Table of Contents

Class DotNetTypeConstants

Namespace
Refitter.Core
Assembly
Refitter.Core.dll

Constants for .NET type names used in code generation.

public static class DotNetTypeConstants
Inheritance
DotNetTypeConstants
Inherited Members

Fields

DateTimeOffset

System.DateTimeOffset type name.

public const string DateTimeOffset = "System.DateTimeOffset"

Field Value

string

Dictionary

System.Collections.Generic.Dictionary type name.

public const string Dictionary = "System.Collections.Generic.Dictionary"

Field Value

string

TimeSpan

System.TimeSpan type name.

public const string TimeSpan = "System.TimeSpan"

Field Value

string