Property | Type | Description | |
---|---|---|---|
Content | string | ||
Type | TokenType |
Method | Description | |
---|---|---|
Token ( TokenType type ) : System.Collections.Generic | ||
Token ( TokenType type, string content ) : System.Collections.Generic |
public Token ( TokenType type ) : System.Collections.Generic | ||
type | TokenType | |
return | System.Collections.Generic |
public Token ( TokenType type, string content ) : System.Collections.Generic | ||
type | TokenType | |
content | string | |
return | System.Collections.Generic |