Class TokenStream.FastChar
This class is used for multicharacter token search operations. It holds case sensitive information.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
System.Char |
HasEnd
Indicates whether SubChars collection contains string end symbol '\uffff'.
Declaration
public bool HasEnd { get; set; }
Property Value
Type |
---|
System.Boolean |
SubChars
Returns sub-chars ( the rest of chars in the word )
Declaration
public IDictionary SubChars { get; }
Property Value
Type |
---|
System.Collections.IDictionary |