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