Method GetBaseNode
- Namespace
- Alternet.FormDesigner.Python
- Assembly
- Alternet.FormDesigner.Python.v9.dll
GetBaseNode(ISyntaxNode)
Finds child node which represents base type of the current node.
public static ISyntaxNode GetBaseNode(this ISyntaxNode node)
Parameters
node
ISyntaxNodeNode to check.
Returns
- ISyntaxNode
Node object that matches the search criteria.