IniFile.Key Structure
From IniFileIO
IniFileKey Structure |
IniFileIO Documentation |
Describes an Ini file key.
Namespace: IniFileIO
Assembly: IniFileIO (in IniFileIO.dll) Version: 1.4.0.6028 (1.4.0.06028)
Syntax
public struct Key
Public Structure Key
public value class Key
[<SealedAttribute>] type Key = struct end
The IniFileKey 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 key.
| |
| Name |
Key name.
| |
| Order |
Sequential order in the containing IniFileSection.
| |
| Value |
Text appearing after the KEY_VALUE_SEPARATOR.
|
Remarks
See Also