ParserParseCodeExpressionUntil Method |
Parse an embedded code expression inside a documentation comment, starting with the current token, and parsing
up to the specified delimiter.
Namespace:
Nova.Parsing
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public Expression ParseCodeExpressionUntil(
string delimiter,
CodeObject parent
)
Parameters
- delimiter
- Type: SystemString
- parent
- Type: Nova.CodeDOMCodeObject
Return Value
Type:
ExpressionSee Also