ParserParseEmbeddedExpressionUntil Method |
Parse an embedded expression (such as inside an interpolated string), starting with the current token, and
parsing up to the specified delimiter(s).
Namespace:
Nova.Parsing
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public Expression ParseEmbeddedExpressionUntil(
string delimiter,
CodeObject parent
)
Parameters
- delimiter
- Type: SystemString
- parent
- Type: Nova.CodeDOMCodeObject
Return Value
Type:
ExpressionSee Also