Table of Contents

Method FindDeclaration

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

FindDeclaration(string, ISyntaxNode, Point)

Obtains information about where the language element is declared.

public override object FindDeclaration(string text, ISyntaxNode node, Point position)

Parameters

text string

Specifies the source text.

node ISyntaxNode

Specifies ISyntaxNode representing a current language element.

position Point

Specifies position of language element.

Returns

object

ISyntaxNode representing declaration of the language element.