Struct Token
Token
Inherited Members
Namespace: System.Linq.Dynamic.Core.Tokenizer
Assembly: System.Linq.Dynamic.Core.dll
Syntax
public struct Token
Properties
| Improve this Doc View SourceId
The TokenId.
Declaration
public TokenId Id { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| TokenId |
OriginalId
The Original TokenId.
Declaration
public TokenId OriginalId { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| TokenId |
Pos
The position.
Declaration
public int Pos { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Text
The text.
Declaration
public string Text { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| String |