Method IsSwitchLabel
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
IsSwitchLabel(ISyntaxNode)
Indicates whether specified node is a switch label statement node.
public static bool IsSwitchLabel(ISyntaxNode node)
Parameters
node
ISyntaxNodeSpecifies
ISyntaxNode
to check-up.
Returns
- bool
True if specified node is switch label node; otherwise false.