Search Results for

    Show / Hide Table of Contents

    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 Source

    EntranceIndex

    Entrance index in the whole string

    Declaration
    public int EntranceIndex { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Escape

    Whether this is an escape markup indicator or not

    Declaration
    public bool Escape { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    ExitIndex

    Exit index in the whole string

    Declaration
    public int ExitIndex { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    NestLevel

    Nesting level

    Declaration
    public int NestLevel { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Representation

    Representation delimited by spaces

    Declaration
    public string Representation { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX