Click or drag to resize
TypeHelperGetGenericCollectionType Method
获取泛型集合的元素类型

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static Type GetGenericCollectionType(
	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