IniSection Properties |
The IniSection type exposes the following members.
| Name | Description | |
|---|---|---|
| Comparer |
Comparer
| |
| Count |
Value Count
| |
| ItemInt32 |
This Index Value
| |
| ItemString |
This Ini Value
| |
| Keys |
Returns this IniSection's collection of keys. If the IniSection is ordered, the keys will be returned in order.
| |
| Ordered |
Ordered
| |
| Values |
Returns the values in this IniSection. These values are always out of order. To get ordered values from an IniSection call GetOrderedValues instead.
|