| Parser Constructor |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
Parser class.
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public Parser(
MonkeyspeakEngine engine
)
Public Sub New (
engine As MonkeyspeakEngine
)
public:
Parser(
MonkeyspeakEngine^ engine
)
new :
engine : MonkeyspeakEngine -> Parser
Parameters
- engine
- Type: MonkeyspeakMonkeyspeakEngine
The engine.
See Also