IniSection Properties

TG.INI

IniSection Properties

The IniSection type exposes the following members.

Properties
  NameDescription
Public propertyCapacity (Inherited from CollectionBase.)
Public propertyCount (Inherited from CollectionBase.)
Protected propertyInnerList (Inherited from CollectionBase.)
Public propertyItemInt32
Gets the IniEntry at the given index within the collection.
Public propertyItemString
Gets an IniKeyValue with a matching key value.
Protected propertyList (Inherited from CollectionBase.)
Public propertyName
Gets or Sets the section name.
Public propertyParentDocument
Gets the parent IniDocument.
Top
See Also