C# Class Metsys.Little.ListHelper

Afficher le fichier Open project: karlseguin/Metsys.Little

Méthodes publiques

Méthode Description
CreateDictionary ( Type dictionaryType, Type keyType, Type valueType ) : IDictionary
GetDictionarKeyType ( Type enumerableType ) : Type
GetDictionarValueType ( Type enumerableType ) : Type
GetListItemType ( Type enumerableType ) : Type

Method Details

CreateDictionary() public static méthode

public static CreateDictionary ( Type dictionaryType, Type keyType, Type valueType ) : IDictionary
dictionaryType System.Type
keyType System.Type
valueType System.Type
Résultat IDictionary

GetDictionarKeyType() public static méthode

public static GetDictionarKeyType ( Type enumerableType ) : Type
enumerableType System.Type
Résultat System.Type

GetDictionarValueType() public static méthode

public static GetDictionarValueType ( Type enumerableType ) : Type
enumerableType System.Type
Résultat System.Type

GetListItemType() public static méthode

public static GetListItemType ( Type enumerableType ) : Type
enumerableType System.Type
Résultat System.Type