Method GetNodeName
GetNodeName(SyntaxNode)
Gets formatted text describes name of the node.
public static string GetNodeName(SyntaxNode snode)
Parameters
snodeSyntaxNodeSyntaxNode to test.
Returns
- string
Formatted node name.
Gets formatted text describes name of the node.
public static string GetNodeName(SyntaxNode snode)
snode SyntaxNodeSyntaxNode to test.
Formatted node name.