C# Class Antmicro.Migrant.CollectionMetaToken

Datei anzeigen Open project: antmicro/Migrant Class Usage Examples

Public Methods

Method Description
IsCollection ( Type actualType ) : bool
IsCollection ( Antmicro.Migrant.TypeDescriptor actualType ) : bool
TryGetCollectionMetaToken ( Type actualType, CollectionMetaToken &token ) : bool

Private Methods

Method Description
CollectionMetaToken ( ) : System
CollectionMetaToken ( Type actualType ) : System

Method Details

IsCollection() public static method

public static IsCollection ( Type actualType ) : bool
actualType System.Type
return bool

IsCollection() public static method

public static IsCollection ( Antmicro.Migrant.TypeDescriptor actualType ) : bool
actualType Antmicro.Migrant.TypeDescriptor
return bool

TryGetCollectionMetaToken() public static method

public static TryGetCollectionMetaToken ( Type actualType, CollectionMetaToken &token ) : bool
actualType System.Type
token CollectionMetaToken
return bool