Свойство | Тип | Описание | |
---|---|---|---|
Filename | string | ||
Line | int | ||
Type | BasicTokenType | ||
Value | string |
Метод | Описание | |
---|---|---|
BasicToken ( BasicTokenType type, string value = null, int line = -1, string filename = "" ) : System | ||
Matches ( |
public BasicToken ( BasicTokenType type, string value = null, int line = -1, string filename = "" ) : System | ||
type | BasicTokenType | |
value | string | |
line | int | |
filename | string | |
Результат | System |
public Matches ( |
||
template | ||
Результат | bool |