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