IniFileSection Members
From tikumo.regis3
| IniFileSection Members | regdiff Code Documentation |
The IniFileSection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| IniFileSection |
The default constructor creates an unamed section without a parent. Used only by the public IniFile constructor.
| |
| IniFileSection(String, IniFileSection) |
This constructor creates a named section with a parent
|
Methods
| Name | Description | |
|---|---|---|
| ToString |
Create a string description of this instance
(Overrides |
Fields
| Name | Description | |
|---|---|---|
| Entries |
List of entries in this section.
| |
| Parent |
Parent section or null if this is the root section
| |
| Sections |
List of child sections. Can be empty for flat files
|
Properties
| Name | Description | |
|---|---|---|
| Name |
Name of this section
|
See Also