Debug.AssertInterpolatedStringHandler.AppendLiteral(String) Method

Definition

Writes the specified string to the handler.

public:
 void AppendLiteral(System::String ^ value);
public void AppendLiteral (string value);
member this.AppendLiteral : string -> unit
Public Sub AppendLiteral (value As String)

Parameters

value
String

The string to write.

Applies to