Header menu logo fantomas

ExprInterpolatedStringExprNode Type

Example: `$"hello {name}, you are {age} years old"` — an interpolated string expression. `Parts` interleaves raw string `SingleTextNode` segments with `FillExprNode` interpolation holes.

Constructors

Constructor Description

ExprInterpolatedStringExprNode(parts, range)

Full Usage: ExprInterpolatedStringExprNode(parts, range)

Parameters:
Returns: ExprInterpolatedStringExprNode

Instance members

Instance member Description

this.Parts

Full Usage: this.Parts

Returns: Choice<SingleTextNode, FillExprNode> list

Type something to start searching.