IniFileSection Members

tikumo.regis3

IniFileSection Members regdiff Code Documentation

The IniFileSection type exposes the following members.

Constructors

  NameDescription
Protected methodIniFileSection 
The default constructor creates an unamed section without a parent. Used only by the public IniFile constructor.
Public methodIniFileSection(String, IniFileSection)
This constructor creates a named section with a parent
Back to Top
Methods

  NameDescription
Public methodToString
Create a string description of this instance
(Overrides OnlineObject ToString .)
Back to Top
Fields

  NameDescription
Public fieldEntries
List of entries in this section.
Public fieldParent
Parent section or null if this is the root section
Public fieldSections
List of child sections. Can be empty for flat files
Back to Top
Properties

  NameDescription
Public propertyName
Name of this section
Back to Top
See Also