TG.INI
IniSerializationDeserializeDocumentT Method |
Deserializes the IniDocument into the provided type.
Namespace: TG.INI.Serialization
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public static T DeserializeDocument<T>( IniDocument document )
Public Shared Function DeserializeDocument(Of T) ( document As IniDocument ) As T
public: generic<typename T> static T DeserializeDocument( IniDocument^ document )
static member DeserializeDocument : document : IniDocument -> 'T
Parameters
- document
- Type: TG.INIIniDocument
The IniDocument containing the values to be applied.
Type Parameters
- T
- The type of object that should be created and returned.
Return Value
Type: TA new instance of T type.
See Also