Search Results for

    Show / Hide Table of Contents

    Struct Token

    Token

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: System.Linq.Dynamic.Core.Tokenizer
    Assembly: System.Linq.Dynamic.Core.dll
    Syntax
    public struct Token

    Properties

    | Improve this Doc View Source

    Id

    The TokenId.

    Declaration
    public TokenId Id { readonly get; set; }
    Property Value
    Type Description
    TokenId
    | Improve this Doc View Source

    OriginalId

    The Original TokenId.

    Declaration
    public TokenId OriginalId { readonly get; set; }
    Property Value
    Type Description
    TokenId
    | Improve this Doc View Source

    Pos

    The position.

    Declaration
    public int Pos { readonly get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Text

    The text.

    Declaration
    public string Text { readonly get; set; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX