Table of Contents

Method IsBlockNode

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

IsBlockNode(ISyntaxNode)

Indicates whether specified node is a block node (contains block statement).

public static bool IsBlockNode(ISyntaxNode node)

Parameters

node ISyntaxNode

Specifies ISyntaxNode to check-up.

Returns

bool

True if specified node is block node; otherwise false.