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
Members
Member name | Value | Description | |
---|---|---|---|
WhiteSpace | 0 | Represents a blank line. | |
Comment | 1 | ||
KeyValue | 2 |
See Also