Table of Contents

Method IsDeclaration

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

IsDeclaration(ISyntaxNode)

Indicates whether specified node represents declaration elements.

public override bool IsDeclaration(ISyntaxNode node)

Parameters

node ISyntaxNode

Specifies node to check-up.

Returns

bool

True if specified node represents declaration element; otherwise false.