Method IsValidNode
IsValidNode(SyntaxNode, out int)
Indicates whether this node is valid for explorer purposes.
public static bool IsValidNode(SyntaxNode node, out int index)
Parameters
nodeSyntaxNodeSyntaxNode to test.
indexintReceives image index for the node.
Returns
- bool
True if succeed; otherwise false.