Method GetNodeName
GetNodeName(SyntaxNode)
Gets formatted text describes name of the node.
public static string GetNodeName(SyntaxNode snode)
Parameters
snode
SyntaxNodeSyntaxNode 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.