IniSection
Ini Section Class
Properties
| Name | Type | Description |
|---|---|---|
| Comparer | IEqualityComparer<string> | Comparer |
| Count | int | Value Count |
| Item | IniValue | |
| Item | IniValue | |
| Keys | ICollection<string> | Returns this IniSection's collection of keys. If the IniSection is ordered, the keys will be returned in order. |
| Ordered | bool | Ordered |
| Values | ICollection<IniValue> | Returns the values in this IniSection. These values are always out of order. To get ordered values from an IniSection call GetOrderedValues instead. |
Methods
| Name | Description |
|---|---|
| Add | Add |
| Clear | Clear |
| ContainsKey | Contains Key |
| GetEnumerator | Get Enumerator |
| GetOrderedValues | Get Ordered Values |
| IndexOf | Index Of |
| Insert | Insert |
| InsertRange | Insert Range |
| LastIndexOf | Last Index Of |
| Remove | Remove |
| RemoveAt | Remove At |
| RemoveRange | Remove Range |
| Reverse | Reverse |
| TryGetValue | Try Get Value |