IniFileSection Structure |
IniFileIO Documentation |
Describes an Ini file section.
Namespace: IniFileIO
Assembly: IniFileIO (in IniFileIO.dll) Version: 1.4.0.6028 (1.4.0.06028)
Syntax
public struct Section
Public Structure Section
public value class Section
[<SealedAttribute>] type Section = struct end
The IniFileSection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Fields
Name | Description | |
---|---|---|
Comments |
Text after the COMMENT token appearing immediately above the section name.
| |
Keys | IniFileKey data.
| |
Name |
Section name defined between the SECTION_BEGIN and SECTION_END tokens.
| |
Order |
Sequential order in the file.
|
Remarks
See Also