Click or drag to resize

IniSection Class

Ini Section Class
Inheritance Hierarchy
SystemObject
  VIZCore3D.NET.UtilityIniSection

Namespace:  VIZCore3D.NET.Utility
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public class IniSection : IEnumerable<KeyValuePair<string, IniValue>>, 
	IEnumerable, IDictionary<string, IniValue>, ICollection<KeyValuePair<string, IniValue>>

The IniSection type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyComparer
Comparer
Public propertyCount
Value Count
Public propertyItemInt32
This Index Value
Public propertyItemString
This Ini Value
Public propertyKeys
Returns this IniSection's collection of keys. If the IniSection is ordered, the keys will be returned in order.
Public propertyOrdered
Ordered
Public propertyValues
Returns the values in this IniSection. These values are always out of order. To get ordered values from an IniSection call GetOrderedValues instead.
Top
Methods
  NameDescription
Public methodAdd
Add
Public methodClear
Clear
Public methodContainsKey
Contains Key
Public methodGetEnumerator
Get Enumerator
Public methodGetOrderedValues
Get Ordered Values
Public methodIndexOf(String)
Index Of
Public methodIndexOf(String, Int32)
Index Of
Public methodIndexOf(String, Int32, Int32)
Index Of
Public methodInsert
Insert
Public methodInsertRange
Insert Range
Public methodLastIndexOf(String)
Last Index Of
Public methodLastIndexOf(String, Int32)
Last Index Of
Public methodLastIndexOf(String, Int32, Int32)
Last Index Of
Public methodRemove
Remove
Public methodRemoveAt
Remove At
Public methodRemoveRange
Remove Range
Public methodReverse
Reverse
Public methodReverse(Int32, Int32)
Reverse
Public methodTryGetValue
Try Get Value
Top
Operators
See Also