Table of Contents

Method IsMethodNode

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

IsMethodNode(ISyntaxNode)

Indicates whether specified node is a method node (contains declaration of some method, constructor, destructor and so on).

public static bool IsMethodNode(ISyntaxNode node)

Parameters

node ISyntaxNode

Specifies ISyntaxNode to check-up.

Returns

bool

True if specified node is method node; otherwise false.