Click or drag to resize
TypeHelperGetGenericDictionaryTypes Method
获取泛型字典元素类型

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static Type[] GetGenericDictionaryTypes(
	Type type
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Adf.TypeHelper.GetGenericDictionaryTypes(System.Type)"]

Return Value

Type: Type
类型数组,0:key,1:value, 非泛型字典返回null
See Also