EntryTypes Enumeration

TG.INI

EntryTypes Enumeration

Represents the type of entry the line is within an INI file.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public enum EntryTypes
Public Enumeration EntryTypes
public enum class EntryTypes
type EntryTypes
Members
  Member nameValueDescription
WhiteSpace0 Represents a blank line.
Comment1
KeyValue2
See Also