Table of Contents

Method GetNodeName

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

GetNodeName(SyntaxNode)

Gets formatted text describes name of the node.

public static string GetNodeName(SyntaxNode snode)

Parameters

snode SyntaxNode

SyntaxNode to test.

Returns

string

Formatted node name.