ReferenceExpressionBuilder.ReferenceExpressionBuilderInterpolatedStringHandler.AppendLiteral Method

Definition

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.

Applies to