Click or drag to resize
ObjectUtilityFromDictionaryTDicValue, TDest Method
Convert a dictionary to a object

Namespace: DrawerBackup.Native.Runtime
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public static TDest FromDictionary<TDicValue, TDest>(
	IDictionary<string, TDicValue> dictionary
)

Parameters

dictionary
Type: System.Collections.GenericIDictionaryString, TDicValue

Type Parameters

TDicValue
TDest

Return Value

Type: TDest
See Also