DictionaryHelperFromDictionaryT Method

Convert from IDictionary to object.

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public static T FromDictionary<T>(
	Type t,
	IDictionary<string, Object> dict
)

Parameters

t  Type
Type of object
dict  IDictionaryString, Object
IDictionary with values

Type Parameters

T
Type of object

Return Value

T
object

See Also