Click or drag to resize
TypeHelper.GetGenericDictionaryTypes Method
获取泛型字典元素类型

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

Parameters

type
Type: System.Type

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

Return Value

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