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
node
SyntaxNodeSyntaxNode to test.
index
intReceives image index for the node.
Returns
- bool
True if succeed; otherwise false.