Table of Contents

Class TypesList

Namespace
SunamoTypes
Assembly
SunamoTypes.dll

Provides cached Type references for generic List<T> types.

public class TypesList
Inheritance
TypesList
Inherited Members
Extension Methods

Fields

LongType

Cached type reference for List<T> of long.

public static readonly Type LongType

Field Value

Type

StringType

Cached type reference for List<T> of string.

public static readonly Type StringType

Field Value

Type