Table of Contents

Method GetFormattedText

Namespace
Alternet.Editor.Roslyn
Assembly
Alternet.Editor.Roslyn.v10.dll

GetFormattedText(SyntaxNode)

Formats content of specified SyntaxNode accordingly to language rules of the document.

public static string GetFormattedText(SyntaxNode node)

Parameters

node SyntaxNode

SyntaxNode to format.

Returns

string

Formatted sting that contains a SyntaxNode.