TypeHelperGetGenericDictionaryTypes Method |
获取泛型字典元素类型
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static Type[] GetGenericDictionaryTypes(
Type type
)
Public Shared Function GetGenericDictionaryTypes (
type As Type
) As Type()
public:
static array<Type^>^ GetGenericDictionaryTypes(
Type^ type
)
static member GetGenericDictionaryTypes :
type : 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