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