Table of Contents

Class Types

Namespace
SunamoTypes
Assembly
SunamoTypes.dll

Provides cached Type references for common .NET types.

public class Types
Inheritance
Types
Inherited Members
Extension Methods

Fields

AllBasicTypes

List of all basic .NET types.

public static readonly List<Type> AllBasicTypes

Field Value

List<Type>

BinaryType

Cached type reference for byte[].

public static readonly Type BinaryType

Field Value

Type

BoolType

Cached type reference for bool.

public static readonly Type BoolType

Field Value

Type

ByteType

Cached type reference for byte.

public static readonly Type ByteType

Field Value

Type

CharType

Cached type reference for char.

public static readonly Type CharType

Field Value

Type

DateTimeType

Cached type reference for DateTime.

public static readonly Type DateTimeType

Field Value

Type

DecimalType

Cached type reference for decimal.

public static readonly Type DecimalType

Field Value

Type

DoubleType

Cached type reference for double.

public static readonly Type DoubleType

Field Value

Type

FloatType

Cached type reference for float.

public static readonly Type FloatType

Field Value

Type

GuidType

Cached type reference for Guid.

public static readonly Type GuidType

Field Value

Type

IEnumerableType

Cached type reference for IEnumerable.

public static readonly Type IEnumerableType

Field Value

Type

IntType

Cached type reference for int.

public static readonly Type IntType

Field Value

Type

ListType

Cached type reference for IList.

public static readonly Type ListType

Field Value

Type

LongType

Cached type reference for long.

public static readonly Type LongType

Field Value

Type

ObjectType

Cached type reference for object.

public static readonly Type ObjectType

Field Value

Type

SbyteType

Cached type reference for sbyte.

public static readonly Type SbyteType

Field Value

Type

ShortType

Cached type reference for short.

public static readonly Type ShortType

Field Value

Type

StringBuilderType

Cached type reference for StringBuilder.

public static readonly Type StringBuilderType

Field Value

Type

StringType

Cached type reference for string.

public static readonly Type StringType

Field Value

Type

UintType

Cached type reference for uint.

public static readonly Type UintType

Field Value

Type

UlongType

Cached type reference for ulong.

public static readonly Type UlongType

Field Value

Type

UshortType

Cached type reference for ushort.

public static readonly Type UshortType

Field Value

Type