Method | Description | |
---|---|---|
FindIEnumerable ( |
Finds type that implements IEnumerable so can get elemtent type
|
|
GetDataMemberType ( |
Get type of a MemberInfo which is a FieldInfo or PropertyInfo.
|
|
GetDataMemberValue ( |
Get value of a MemberInfo which is a FieldInfo or PropertyInfo.
|
|
GetIEnumerableElementType ( |
Gets the element type for enumerable
|
public static FindIEnumerable ( |
||
pSeqType | The Type to check | |
return |
public static GetDataMemberType ( |
||
pMember | ||
return |
public static GetDataMemberValue ( |
||
pMember | ||
pObj | object | |
return | object |
public static GetIEnumerableElementType ( |
||
pType | The pType to inspect. | |
return |