Search Results for

    Show / Hide Table of Contents

    Class VtSequenceInfo

    VT sequence token info

    Inheritance
    object
    VtSequenceInfo
    Namespace: Terminaux.Sequences
    Assembly: Terminaux.dll
    Syntax
    public class VtSequenceInfo

    Properties

    | Edit this page View Source

    End

    End index within a sequence of text

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

    FinalChar

    Final char

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

    FullSequence

    Full sequence

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

    Intermediates

    Intermediates of the sequence

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

    Parameters

    Parameters of the sequence

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

    Prefix

    Prefix of the sequence

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

    SpecificType

    VT sequence specific type

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

    Start

    Start index within a sequence of text

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

    StartType

    VT sequence start type

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

    Type

    VT sequence type

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