SectionCollection Constructor

TG.INI

SectionCollection Constructor

Initializes a new instance of SectionCollection.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
protected SectionCollection(
	IniDocument document
)
Protected Sub New ( 
	document As IniDocument
)
protected:
SectionCollection(
	IniDocument^ document
)
new : 
        document : IniDocument -> SectionCollection

Parameters

document
Type: TG.INIIniDocument

[Missing <param name="document"/> documentation for "M:TG.INI.SectionCollection.#ctor(TG.INI.IniDocument)"]

See Also