Table of Contents

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 Node

Node to check.

syntaxKind SyntaxKind

Specifies type of the node.

Returns

Node

Node object that matches the search criteria.