IniSection Class
From TG.INI
TG.INI
IniSection Class |
This class represents a section of INI.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
The IniSection type exposes the following members.
| Name | Description | |
|---|---|---|
| IniSection |
Initializes a new IniSection with the provided name.
|
| Name | Description | |
|---|---|---|
| Capacity | (Inherited from CollectionBase.) | |
| Count | (Inherited from CollectionBase.) | |
| InnerList | (Inherited from CollectionBase.) | |
| ItemInt32 |
Gets the IniEntry at the given index within the collection.
| |
| ItemString |
Gets an IniKeyValue with a matching key value.
| |
| List | (Inherited from CollectionBase.) | |
| Name |
Gets or Sets the section name.
| |
| ParentDocument |
Gets the parent IniDocument.
|
| Name | Description | |
|---|---|---|
| Add(IniEntry) |
Adds an IniEntry to the section.
| |
| Add(IniKeyValue) |
Adds an IniKeyValue to this section.
| |
| AddComment |
Initialize a new instance of IniComment and add it to the section.
| |
| AddKeyValue(String, String) |
Adds a new key/value entry to the section.
| |
| AddKeyValue(String, String, Boolean, Boolean) |
Adds a new key/value entry to the section.
| |
| Clear | (Inherited from CollectionBase.) | |
| ContainsKey |
Checks if a key exists in the section.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| Find | ||
| 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.) | |
| RemoveAt | (Inherited from CollectionBase.) | |
| RemoveEntry | ||
| ToString |
Returns the INI section output.
(Overrides ObjectToString.) |