Method GetName
- Namespace
- Alternet.FormDesigner.Python
- Assembly
- Alternet.FormDesigner.Python.v9.dll
GetName(ISyntaxNode)
Finds child node which contains full name of the current node.
public static string GetName(this ISyntaxNode node)
Parameters
node
ISyntaxNodeNode to check.
Returns
- string
Full name of the current node.