Class MarkupInfo
Markup parsing information
Inheritance
object
MarkupInfo
Namespace: Terminaux.Writer.CyclicWriters.Renderer.Markup
Assembly: Terminaux.dll
Syntax
public class MarkupInfo
Properties
| Edit this page View SourceEntranceIndex
Entrance index in the whole string
Declaration
public int EntranceIndex { get; }
Property Value
Type | Description |
---|---|
int |
Escape
Whether this is an escape markup indicator or not
Declaration
public bool Escape { get; }
Property Value
Type | Description |
---|---|
bool |
ExitIndex
Exit index in the whole string
Declaration
public int ExitIndex { get; }
Property Value
Type | Description |
---|---|
int |
NestLevel
Nesting level
Declaration
public int NestLevel { get; }
Property Value
Type | Description |
---|---|
int |
Representation
Representation delimited by spaces
Declaration
public string Representation { get; }
Property Value
Type | Description |
---|---|
string |