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