TG.INI
IniSection Methods |
The IniSection type exposes the following members.
Methods
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.) |
See Also