SectionCollection.ParentDocument Property

TG.INI

SectionCollectionParentDocument Property

Gets the parent IniDocument.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniDocument ParentDocument { get; }
Public ReadOnly Property ParentDocument As IniDocument
	Get
public:
property IniDocument^ ParentDocument {
	IniDocument^ get ();
}
member ParentDocument : IniDocument with get

Property Value

Type: IniDocument
See Also