Table of Contents

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

node Node

Node to check.

recursive bool

Indicates whether the search should be recursive.

Returns

Node

Node object that matches the search criteria.