Click or drag to resize

IniSection Properties

The IniSection type exposes the following members.

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
See Also