IniFile.Section Structure

IniFileIO

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

  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 section name.
Public fieldKeys
IniFileKey data.
Public fieldName
Section name defined between the SECTION_BEGIN and SECTION_END tokens.
Public fieldOrder
Sequential order in the file.
Top
Remarks

See Also

Reference