ObjectConverterToObject Method |
将键值表值转换为对象
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static Object ToObject(
Type objectType,
IDictionary dictionary
)
Public Shared Function ToObject (
objectType As Type,
dictionary As IDictionary
) As Object
public:
static Object^ ToObject(
Type^ objectType,
IDictionary^ dictionary
)
static member ToObject :
objectType : Type *
dictionary : IDictionary -> Object
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