TG.INI
SectionCollection Methods |
The SectionCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add(String) |
Initializes a new IniSection with the provided name and adds it to the collection.
| |
Add(IniSection) |
Adds an IniSection to the collection.
| |
Clear | (Inherited from CollectionBase.) | |
Contains |
Determines if the collection contains a section with the provided name.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Find |
Searches the collection for an IniSection by the name.
| |
GetEnumerator | (Inherited from CollectionBase.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnClear | (Inherited from CollectionBase.) | |
OnClearComplete | (Inherited from CollectionBase.) | |
OnInsert | (Inherited from CollectionBase.) | |
OnInsertComplete | (Inherited from CollectionBase.) | |
OnRemove | (Inherited from CollectionBase.) | |
OnRemoveComplete | (Inherited from CollectionBase.) | |
OnSet | (Inherited from CollectionBase.) | |
OnSetComplete | (Inherited from CollectionBase.) | |
OnValidate | (Inherited from CollectionBase.) | |
Remove(String) |
Remove an IniSection from the collection, by name.
| |
Remove(IniSection) |
Remove an IniSection from the collection.
| |
RemoveAt | (Inherited from CollectionBase.) | |
ToString | (Inherited from Object.) |
See Also