Search Results for

    Show / Hide Table of Contents

    Struct Token

    Token

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.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
    System.Int32
    | Improve this Doc View Source

    Text

    The text.

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