TG.INI
SectionCollectionAdd Method (IniSection) |
Adds an IniSection 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( IniSection section )
Public Function Add ( section As IniSection ) As IniSection
public: IniSection^ Add( IniSection^ section )
member Add : section : IniSection -> IniSection
Parameters
- section
- Type: TG.INIIniSection
The IniSection to be added.
Return Value
Type: IniSectionThe value of param section.
See Also