![]() | IniSection Class |
Namespace: VIZCore3D.NET.Utility
public class IniSection : IEnumerable<KeyValuePair<string, IniValue>>, IEnumerable, IDictionary<string, IniValue>, ICollection<KeyValuePair<string, IniValue>>
The IniSection type exposes the following members.
Name | Description | |
---|---|---|
![]() | IniSection |
Construction
|
![]() | IniSection(DictionaryString, IniValue) |
Construction
|
![]() | IniSection(IEqualityComparerString) |
Construction
|
![]() | IniSection(IniSection) |
Construction
|
![]() | IniSection(DictionaryString, IniValue, IEqualityComparerString) |
Construction
|
![]() | IniSection(IniSection, IEqualityComparerString) |
Construction
|
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.
|
Name | Description | |
---|---|---|
![]() | Add |
Add
|
![]() | Clear |
Clear
|
![]() | ContainsKey |
Contains Key
|
![]() | GetEnumerator |
Get Enumerator
|
![]() | GetOrderedValues |
Get Ordered Values
|
![]() | IndexOf(String) |
Index Of
|
![]() | IndexOf(String, Int32) |
Index Of
|
![]() | IndexOf(String, Int32, Int32) |
Index Of
|
![]() | Insert |
Insert
|
![]() | InsertRange |
Insert Range
|
![]() | LastIndexOf(String) |
Last Index Of
|
![]() | LastIndexOf(String, Int32) |
Last Index Of
|
![]() | LastIndexOf(String, Int32, Int32) |
Last Index Of
|
![]() | Remove |
Remove
|
![]() | RemoveAt |
Remove At
|
![]() | RemoveRange |
Remove Range
|
![]() | Reverse |
Reverse
|
![]() | Reverse(Int32, Int32) |
Reverse
|
![]() | TryGetValue |
Try Get Value
|
Name | Description | |
---|---|---|
![]() ![]() | (IniSection to DictionaryString, IniValue) |
Ini Section
|
![]() ![]() | (DictionaryString, IniValue to IniSection) |
Ini Section
|