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