Method FindLast
- Namespace
- Alternet.FormDesigner.TypeScript
- Assembly
- Alternet.FormDesigner.TypeScript.v9.dll
FindLast(Node, SyntaxKind)
Finds last child node with specified SyntaxKind of the current node.
public static Node FindLast(this Node node, SyntaxKind syntaxKind)
Parameters
node
NodeNode to check.
syntaxKind
SyntaxKindSpecifies type of the node.
Returns
- Node
Node object that matches the search criteria.