C# 클래스 Metsys.Little.ListHelper

파일 보기 프로젝트 열기: karlseguin/Metsys.Little

공개 메소드들

메소드 설명
CreateDictionary ( Type dictionaryType, Type keyType, Type valueType ) : IDictionary
GetDictionarKeyType ( Type enumerableType ) : Type
GetDictionarValueType ( Type enumerableType ) : Type
GetListItemType ( Type enumerableType ) : Type

메소드 상세

CreateDictionary() 공개 정적인 메소드

public static CreateDictionary ( Type dictionaryType, Type keyType, Type valueType ) : IDictionary
dictionaryType System.Type
keyType System.Type
valueType System.Type
리턴 IDictionary

GetDictionarKeyType() 공개 정적인 메소드

public static GetDictionarKeyType ( Type enumerableType ) : Type
enumerableType System.Type
리턴 System.Type

GetDictionarValueType() 공개 정적인 메소드

public static GetDictionarValueType ( Type enumerableType ) : Type
enumerableType System.Type
리턴 System.Type

GetListItemType() 공개 정적인 메소드

public static GetListItemType ( Type enumerableType ) : Type
enumerableType System.Type
리턴 System.Type