Table of Contents

Method IsStructureGuideNode

Namespace
Alternet.Syntax.Parsers.Roslyn
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

IsStructureGuideNode(SyntaxNode, out TextSpan)

When implemented by a class, indicates whether specified Microsoft.CodeAnalysis.SyntaxNode is guide node.

bool IsStructureGuideNode(SyntaxNode node, out TextSpan span)

Parameters

node SyntaxNode

Microsoft.CodeAnalysis.SyntaxNode to check.

span TextSpan

Output parameter receives guide range.

Returns

bool

True if Microsoft.CodeAnalysis.SyntaxNode is guide node; otherwise false.