TG.INI
SectionCollectionRemove Method (String) |
Remove an IniSection from the collection, by name.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public void Remove( string name )
Public Sub Remove ( name As String )
public: void Remove( String^ name )
member Remove : name : string -> unit
Parameters
- name
- Type: SystemString
The name of the section to remove.
See Also