SyntaxFactory.XmlNewLine(String) Method

Definition

Creates the syntax representation of an xml text that contains a newline token with a documentation comment exterior trivia at the end (continued documentation comment).

public:
 static Microsoft::CodeAnalysis::CSharp::Syntax::XmlTextSyntax ^ XmlNewLine(System::String ^ text);
public static Microsoft.CodeAnalysis.CSharp.Syntax.XmlTextSyntax XmlNewLine (string text);
static member XmlNewLine : string -> Microsoft.CodeAnalysis.CSharp.Syntax.XmlTextSyntax
Public Shared Function XmlNewLine (text As String) As XmlTextSyntax

Parameters

text
String

The raw text within the new line.

Returns

Applies to