Click or drag to resize

PragmaDirectiveAddPragmaParsePoint Method

Add a parse-point for a pragma directive - triggers the callback when the specified token appears

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static void AddPragmaParsePoint(
	string token,
	ParserParseDelegate callback
)

Parameters

token
Type: SystemString
callback
Type: Nova.ParsingParserParseDelegate
See Also