IniFile.SECTION_END Field

IniFileIO

IniFileSECTION_END Field

IniFileIO Documentation
Token at the end of a line which denotes a IniFileSection name end. (']' character.)

Namespace:  IniFileIO
Assembly:  IniFileIO (in IniFileIO.dll) Version: 1.4.0.6028 (1.4.0.06028)
Syntax

private const char SECTION_END = ']'
Private Const SECTION_END As Char = "]"C
private:
literal wchar_t SECTION_END = ']'
static val mutable private SECTION_END: char

Field Value

Type: Char
Remarks

See Also

Reference