Class CodeToken
Namespace: Ludiq.CodeDom
Syntax
public sealed class CodeToken
Constructors
CodeToken(CodeTokenType, String, Int32)
Declaration
public CodeToken(CodeTokenType type, string text, int indent)
Parameters
| Type | Name | Description |
|---|---|---|
| CodeTokenType | type | |
| String | text | |
| Int32 | indent |
Properties
Indent
Declaration
public int Indent { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Text
Declaration
public string Text { get; }
Property Value
| Type | Description |
|---|---|
| String |
Type
Declaration
public CodeTokenType Type { get; }
Property Value
| Type | Description |
|---|---|
| CodeTokenType |