![]() |
Paradox Game Engine
v1.0.0 beta06
|
Key terminal More...
Public Member Functions | |
| TokenInfo () | |
| Initializes a new instance of the TokenInfo class. More... | |
| TokenInfo (TokenCategory tokenCategory) | |
| Initializes a new instance of the TokenInfo class. More... | |
Properties | |
| TokenCategory | TokenCategory [get, set] |
| Gets or sets the token category. More... | |
| bool | IsCaseInsensitive [get, set] |
| Gets or sets if this token is case insensitive (default false). More... | |
Key terminal
Definition at line 8 of file TokenInfo.cs.
| SiliconStudio.Shaders.Grammar.TokenInfo.TokenInfo | ( | ) |
Initializes a new instance of the TokenInfo class.
Definition at line 13 of file TokenInfo.cs.
| SiliconStudio.Shaders.Grammar.TokenInfo.TokenInfo | ( | TokenCategory | tokenCategory | ) |
Initializes a new instance of the TokenInfo class.
| tokenCategory | The token category. |
Definition at line 22 of file TokenInfo.cs.
|
getset |
Gets or sets if this token is case insensitive (default false).
Definition at line 39 of file TokenInfo.cs.
|
getset |