TG.INI
SectionCollection Class |
A collection to store IniSection.
Inheritance Hierarchy
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
The SectionCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SectionCollection |
Initializes a new instance of SectionCollection.
|
Properties
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.
|
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