SectionCollection.Add Method (String)

TG.INI

SectionCollectionAdd Method (String)

Initializes a new IniSection with the provided name and adds it to the collection.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniSection Add(
	string name
)
Public Function Add ( 
	name As String
) As IniSection
public:
IniSection^ Add(
	String^ name
)
member Add : 
        name : string -> IniSection 

Parameters

name
Type: SystemString
The name of the section.

Return Value

Type: IniSection
The instance of the new IniSection.
See Also