Search Results for

    Show / Hide Table of Contents

    Class PrioritizedToken

    Inheritance
    System.Object
    PrioritizedToken
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.Core.Tokenization
    Assembly: Sdl.LanguagePlatform.Core.dll
    Syntax
    public class PrioritizedToken

    Constructors

    PrioritizedToken(Token, Int32)

    Declaration
    public PrioritizedToken(Token t, int priority)
    Parameters
    Type Name Description
    Token t
    System.Int32 priority

    Fields

    Priority

    Declaration
    public int Priority
    Field Value
    Type Description
    System.Int32

    Token

    Declaration
    public Token Token
    Field Value
    Type Description
    Token

    On this page

    • Constructors
      • PrioritizedToken(Token, Int32)
    • Fields
      • Priority
      • Token
    Back to top Generated by DocFX