Class Token
Inheritance
System.Object
Token
Inherited Members
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()
Assembly: OpenSilver.Compiler.TypeScriptDefToCSharp.dll
Syntax
Constructors
|
Improve this Doc
View Source
Token()
Declaration
|
Improve this Doc
View Source
Token(Int32, Int32)
Declaration
public Token(int start, int end)
Parameters
Type |
Name |
Description |
System.Int32 |
start |
|
System.Int32 |
end |
|
Fields
|
Improve this Doc
View Source
Type
Declaration
Field Value
Properties
|
Improve this Doc
View Source
EndPos
Declaration
public int EndPos { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Length
Declaration
public int Length { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Skipped
Declaration
public List<Token> Skipped { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Token> |
|
|
Improve this Doc
View Source
StartPos
Declaration
public int StartPos { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Value
Declaration
public object Value { get; set; }
Property Value
Type |
Description |
System.Object |
|
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
|
Improve this Doc
View Source
UpdateRange(Token)
Declaration
public void UpdateRange(Token token)
Parameters
Type |
Name |
Description |
Token |
token |
|
Extension Methods