Table of Contents

Method FindDeclaration

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

FindDeclaration(object, IList<ISyntaxNode>, Point, string, CodeCompletionScope, int)

protected override object FindDeclaration(object member, IList<ISyntaxNode> types, Point position, string name, CodeCompletionScope scope, int paramCount)

Parameters

member object
types IList<ISyntaxNode>
position Point
name string
scope CodeCompletionScope
paramCount int

Returns

object