Constructor Node
- Namespace
- Alternet.Common.TypeScript.Types
- Assembly
- Alternet.Common.TypeScript.v10.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
jsNodedynamicJS node object to wrap.
jsSourceFiledynamicJS source file.
parentNode
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
textstringstartintendintkindSyntaxKindchildrenIEnumerable<Node>nameNode.NodeName