TG.INI
SectionCollectionRemove Method (IniSection) |
Remove an IniSection from the collection.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public void Remove( IniSection section )
Public Sub Remove ( section As IniSection )
public: void Remove( IniSection^ section )
member Remove : section : IniSection -> unit
Parameters
- section
- Type: TG.INIIniSection
See Also