IniFile.Key Structure

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

  NameDescription
Public methodEquals (Inherited from ValueType.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields

  NameDescription
Public fieldComments
Text after the COMMENT token appearing immediately above the key.
Public fieldName
Key name.
Public fieldOrder
Sequential order in the containing IniFileSection.
Public fieldValue
Text appearing after the KEY_VALUE_SEPARATOR.
Top
Remarks

See Also

Reference