IniDocument.Clone Method

TG.INI

IniDocumentClone Method

Clones the current IniDocument and creates a new instance.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniDocument Clone()
Public Function Clone As IniDocument
public:
IniDocument^ Clone()
member Clone : unit -> IniDocument 

Return Value

Type: IniDocument
A new instance of IniDocument with copied values of the current IniDocument.
See Also