BlockStatementParseKeywordArgumentBody Method |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected void ParseKeywordArgumentBody(
Parser parser,
ref Expression argument,
bool allowNullBody,
bool noPostProcessing
)
Parameters
- parser
- Type: Nova.ParsingParser
- argument
- Type: Nova.CodeDOMExpression
- allowNullBody
- Type: SystemBoolean
- noPostProcessing
- Type: SystemBoolean
See Also