WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TokenStream.FastChar

    Show / Hide Table of Contents

    Class TokenStream.FastChar

    This class is used for multicharacter token search operations. It holds case sensitive information.

    Inheritance
    System.Object
    TokenStream.FastChar
    TokenStream.FastInsensChar
    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: Syncfusion.HTMLUI.Base
    Assembly: Syncfusion.HTMLUI.Base.dll
    Syntax
    protected class FastChar

    Constructors

    FastChar(Char)

    Overloaded constructor.

    Declaration
    public FastChar(char ch)
    Parameters
    Type Name Description
    System.Char ch

    FastChar(Char, IDictionary)

    Constructor for inheritors.

    Declaration
    public FastChar(char ch, IDictionary dict)
    Parameters
    Type Name Description
    System.Char ch

    char

    System.Collections.IDictionary dict

    Collection for sub-chars

    Properties

    Char

    Returns one character from the stream.

    Declaration
    public char Char { get; }
    Property Value
    Type Description
    System.Char

    HasEnd

    Indicates whether SubChars collection contains string end symbol '\uffff'.

    Declaration
    public bool HasEnd { get; set; }
    Property Value
    Type Description
    System.Boolean

    SubChars

    Returns sub-chars ( the rest of chars in the word )

    Declaration
    public IDictionary SubChars { get; }
    Property Value
    Type Description
    System.Collections.IDictionary
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved