docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TokenizeResult

    Represents the result of tokenizing a line

    Inheritance
    object
    TokenizeResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.AppUI.TextMateLib
    Assembly: Unity.AppUI.TextMateLib.dll
    Syntax
    public class TokenizeResult

    Properties

    StateStack

    Gets the state stack at the end of the line

    Declaration
    public IntPtr StateStack { get; }
    Property Value
    Type Description
    IntPtr

    StoppedEarly

    Gets a value indicating whether tokenization stopped early

    Declaration
    public bool StoppedEarly { get; }
    Property Value
    Type Description
    bool

    Tokens

    Gets the tokens for the line

    Declaration
    public IReadOnlyList<Token> Tokens { get; }
    Property Value
    Type Description
    IReadOnlyList<Token>
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)