Table of Contents

Method IsDeclaration

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

IsDeclaration(ISyntaxNode)

Indicates whether specified node represents declaration elements.

public virtual bool IsDeclaration(ISyntaxNode node)

Parameters

node ISyntaxNode

Specifies node to check-up.

Returns

bool

True if specified node represents declaration element; otherwise false.