Table of Contents

Constructor Node

Namespace
Alternet.Common.TypeScript.Types
Assembly
Alternet.Common.TypeScript.v9.dll

Node(dynamic, dynamic, Node)

Initializes a new instance of the Node class with specified parameters.

public Node(dynamic jsNode, dynamic jsSourceFile, Node parent)

Parameters

jsNode dynamic

JS node object to wrap.

jsSourceFile dynamic

JS source file.

parent Node

Node(string, int, int, SyntaxKind, IEnumerable<Node>, NodeName)

public Node(string text, int start, int end, SyntaxKind kind, IEnumerable<Node> children, Node.NodeName name)

Parameters

text string
start int
end int
kind SyntaxKind
children IEnumerable<Node>
name Node.NodeName