Method GetLastChild
- Namespace
- Alternet.FormDesigner.TypeScript
- Assembly
- Alternet.FormDesigner.TypeScript.v9.dll
GetLastChild(Node, bool)
Finds last child node with specified SyntaxKind of the current node.
public static Node GetLastChild(this Node node, bool recursive)
Parameters
Returns
- Node
Node object that matches the search criteria.