Struct IniNode
- Namespace
- ReFuel.IO
- Assembly
- ReFuel.dll
- Inherited Members
-
Constructors
IniNode(IniNodeKind, string, int, int)
public IniNode(IniNodeKind kind, string value, int row, int column)
Parameters
kind IniNodeKind
value string
row int
column int
IniNode(IniNodeKind, string, string, int, int)
public IniNode(IniNodeKind kind, string key, string value, int row, int column)
Parameters
kind IniNodeKind
key string
value string
row int
column int
Properties
Column
public readonly int Column { get; }
Property Value
- int
Key
public readonly string? Key { get; }
Property Value
- string
Kind
public readonly IniNodeKind Kind { get; }
Property Value
- IniNodeKind
Row
public readonly int Row { get; }
Property Value
- int
Value
public readonly string Value { get; }
Property Value
- string