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
BinaryType
Cached type reference for byte[].
public static readonly Type BinaryType
Field Value
BoolType
Cached type reference for bool.
public static readonly Type BoolType
Field Value
ByteType
Cached type reference for byte.
public static readonly Type ByteType
Field Value
CharType
Cached type reference for char.
public static readonly Type CharType
Field Value
DateTimeType
Cached type reference for DateTime.
public static readonly Type DateTimeType
Field Value
DecimalType
Cached type reference for decimal.
public static readonly Type DecimalType
Field Value
DoubleType
Cached type reference for double.
public static readonly Type DoubleType
Field Value
FloatType
Cached type reference for float.
public static readonly Type FloatType
Field Value
GuidType
Cached type reference for Guid.
public static readonly Type GuidType
Field Value
IEnumerableType
Cached type reference for IEnumerable.
public static readonly Type IEnumerableType
Field Value
IntType
Cached type reference for int.
public static readonly Type IntType
Field Value
ListType
Cached type reference for IList.
public static readonly Type ListType
Field Value
LongType
Cached type reference for long.
public static readonly Type LongType
Field Value
ObjectType
Cached type reference for object.
public static readonly Type ObjectType
Field Value
SbyteType
Cached type reference for sbyte.
public static readonly Type SbyteType
Field Value
ShortType
Cached type reference for short.
public static readonly Type ShortType
Field Value
StringBuilderType
Cached type reference for StringBuilder.
public static readonly Type StringBuilderType
Field Value
StringType
Cached type reference for string.
public static readonly Type StringType
Field Value
UintType
Cached type reference for uint.
public static readonly Type UintType
Field Value
UlongType
Cached type reference for ulong.
public static readonly Type UlongType
Field Value
UshortType
Cached type reference for ushort.
public static readonly Type UshortType