Table of Contents

Method GetDeclarationAt

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

GetDeclarationAt(Point)

When implemented by a class, gets IRange that corresponds to declaration at the specified position.

IRange GetDeclarationAt(Point position)

Parameters

position Point

Position to find range.

Returns

IRange

IRange at specified position.