IniDocument Constructor (Object)

TG.INI

IniDocument Constructor (Object)

Initializes a new instance of IniDocument and deserializes the provided object.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniDocument(
	Object obj
)
Public Sub New ( 
	obj As Object
)
public:
IniDocument(
	Object^ obj
)
new : 
        obj : Object -> IniDocument

Parameters

obj
Type: SystemObject
The object to deserialize.
See Also