Class MarkupInfo
Markup parsing information
Inheritance
object
MarkupInfo
Namespace
Syntax
public class MarkupInfo
Properties
Argument
Markup argument
Property Value
string
Declaration
public string Argument { get; }
EntranceIndex
Entrance index in the whole string
Property Value
int
Declaration
public int EntranceIndex { get; }
Escape
Whether this is an escape markup indicator or not
Property Value
bool
Declaration
public bool Escape { get; }
ExitIndex
Exit index in the whole string
Property Value
int
Declaration
public int ExitIndex { get; }
NestLevel
Nesting level
Property Value
int
Declaration
public int NestLevel { get; }
Representation
Representation delimited by spaces
Property Value
string
Declaration
public string Representation { get; }