|
ObjectUtilityFromDictionaryTDicValue, TDest Method |
Convert a dictionary to a object
Namespace: DrawerBackup.Native.RuntimeAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic static TDest FromDictionary<TDicValue, TDest>(
IDictionary<string, TDicValue> dictionary
)
Public Shared Function FromDictionary(Of TDicValue, TDest) (
dictionary As IDictionary(Of String, TDicValue)
) As TDest
public:
generic<typename TDicValue, typename TDest>
static TDest FromDictionary(
IDictionary<String^, TDicValue>^ dictionary
)
static member FromDictionary :
dictionary : IDictionary<string, 'TDicValue> -> 'TDest
Parameters
- dictionary
- Type: System.Collections.GenericIDictionaryString, TDicValue
Type Parameters
- TDicValue
- TDest
Return Value
Type:
TDest
See Also