Table of Contents

Method IsInvocationNode

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

IsInvocationNode(ISyntaxNode)

Indicates whether specified node is a invocation node (contains call of some method or function).

public static bool IsInvocationNode(ISyntaxNode node)

Parameters

node ISyntaxNode

Specifies ISyntaxNode to check-up.

Returns

bool

True if specified node is invocation node; otherwise false.