ParserAddCompilerDirectiveParsePoint Method |
Add a parse-point for a compiler directive - triggers the callback when the specified token appears after the '#'.
Namespace:
Nova.Parsing
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static void AddCompilerDirectiveParsePoint(
string token,
ParserParseDelegate callback
)
Parameters
- token
- Type: SystemString
- callback
- Type: Nova.ParsingParserParseDelegate
See Also