Click or drag to resize
ObjectConverterToObject Method
将键值表值转换为对象

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static Object ToObject(
	Type objectType,
	IDictionary dictionary
)

Parameters

objectType
Type: SystemType

[Missing <param name="objectType"/> documentation for "M:Adf.ObjectConverter.ToObject(System.Type,System.Collections.IDictionary)"]

dictionary
Type: System.CollectionsIDictionary

[Missing <param name="dictionary"/> documentation for "M:Adf.ObjectConverter.ToObject(System.Type,System.Collections.IDictionary)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Adf.ObjectConverter.ToObject(System.Type,System.Collections.IDictionary)"]

See Also