SectionCollection Class
From TG.INI
TG.INI
SectionCollection Class |
A collection to store IniSection.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
The SectionCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| SectionCollection |
Initializes a new instance of SectionCollection.
|
| Name | Description | |
|---|---|---|
| Capacity | (Inherited from CollectionBase.) | |
| Count | (Inherited from CollectionBase.) | |
| InnerList | (Inherited from CollectionBase.) | |
| ItemInt32 |
Gets the IniSection as a given index.
| |
| ItemString |
Gets the IniSection by name.
| |
| List | (Inherited from CollectionBase.) | |
| ParentDocument |
Gets the parent IniDocument.
|
| 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.) |