ReferenceExpression.ExpressionInterpolatedStringHandler.AppendLiteral Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Appends a literal value to the expression.
public readonly void AppendLiteral (string value);
member this.AppendLiteral : string -> unit
Public Sub AppendLiteral (value As String)
Parameters
- value
- String
The literal string value to be appended to the interpolated string.