Table of Contents

Method FindDeclaration

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

FindDeclaration(ISyntaxNode, Point, string, CodeCompletionScope, bool)

protected override object FindDeclaration(ISyntaxNode node, Point position, string name, CodeCompletionScope scope, bool recursive)

Parameters

node ISyntaxNode
position Point
name string
scope CodeCompletionScope
recursive bool

Returns

object