Method IsStructureGuideNode
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v10.dll
IsStructureGuideNode(SyntaxNode, out TextSpan)
Indicates whether specified Microsoft.CodeAnalysis.SyntaxNode is guideline node.
public virtual bool IsStructureGuideNode(SyntaxNode node, out TextSpan span)
Parameters
nodeSyntaxNodeMicrosoft.CodeAnalysis.SyntaxNodeto check.spanTextSpanOutput parameter receives guide range.
Returns
- bool
True if
Microsoft.CodeAnalysis.SyntaxNodeis guideline node; otherwise false.