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
dynamicJS node object to wrap.
jsSourceFile
dynamicJS 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
stringstart
intend
intkind
SyntaxKindchildren
IEnumerable<Node>name
Node.NodeName