Class NodeExtension
- Namespace
- Alternet.Common.TypeScript.Types
- Assembly
- Alternet.Common.TypeScript.v9.dll
Contains extended methods for Alternet.Common.TypeScript.Types.Node
class.
public static class NodeExtension
- Inheritance
-
NodeExtension
Methods
- FindLast(IReadOnlyCollection<Node>, Node, out int, IComparer<Node>)
Finds given node from the node list, starting from the last node.
- FindNode(Node, SyntaxKind, bool)
Finds child node by its kind.
- FindNode(Node, SyntaxKind[], bool)
Finds child node by its kind.
- FindNode(Node, int, SyntaxKind[], bool)
Finds child node by its kind at specified source code position.
- FindNode(Node, int, bool)
Finds child node at specified source code position.