| Token Constructor (TokenType) |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
Token class
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public Token(
TokenType type
)
Public Sub New (
type As TokenType
)
public:
Token(
TokenType type
)
new :
type : TokenType -> Token
Parameters
- type
- Type: MonkeyspeakTokenType
[Missing <param name="type"/> documentation for "M:Monkeyspeak.Token.#ctor(Monkeyspeak.TokenType)"]
See Also