TypeHelperGetGenericCollectionType Method |
获取泛型集合的元素类型
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static Type GetGenericCollectionType(
Type type
)
Public Shared Function GetGenericCollectionType (
type As Type
) As Type
public:
static Type^ GetGenericCollectionType(
Type^ type
)
static member GetGenericCollectionType :
type : Type -> Type
Parameters
- type
- Type: SystemType
[Missing <param name="type"/> documentation for "M:Adf.TypeHelper.GetGenericCollectionType(System.Type)"]
Return Value
Type:
Type非泛型将返回NULL
See Also