Click or drag to resize

BlockParseCompilerDirectives Method

Parse any compiler directives between a statement header and body (or base type list, constructor initializer, or type constraints). Also used to parse any "open" conditional directives if 'includeAll' is false.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static bool ParseCompilerDirectives(
	Parser parser,
	CodeObject parent,
	AnnotationFlags position,
	bool includeAll = true
)

Parameters

parser
Type: Nova.ParsingParser
parent
Type: Nova.CodeDOMCodeObject
position
Type: Nova.CodeDOMAnnotationFlags
includeAll (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
See Also