CodeObjectParseAnnotations Method (Parser, CodeObject, Boolean, Boolean) |
Parse any comments, attributes, compiler directives.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected void ParseAnnotations(
Parser parser,
CodeObject parent,
bool forcePostfix,
bool forceNotPostfix
)
Parameters
- parser
- Type: Nova.ParsingParser
- parent
- Type: Nova.CodeDOMCodeObject
- forcePostfix
- Type: SystemBoolean
- forceNotPostfix
- Type: SystemBoolean
See Also