Table of Contents

Method GetDeclarationAt

Namespace
Alternet.Syntax.Parsers.Roslyn
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

GetDeclarationAt(Point)

Gets IRange that corresponds to the declafration at specified position.

public override IRange GetDeclarationAt(Point position)

Parameters

position Point

Position to find range.

Returns

IRange

Declaration range at given position