Table of Contents

Method IsValidNode

Namespace
Alternet.Editor.Roslyn
Assembly
Alternet.Editor.Roslyn.v10.dll

IsValidNode(SyntaxNode, out int)

Indicates whether this node is valid for explorer purposes.

public static bool IsValidNode(SyntaxNode node, out int index)

Parameters

node SyntaxNode

SyntaxNode to test.

index int

Receives image index for the node.

Returns

bool

True if succeed; otherwise false.