Method GetDeclarationAt
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v9.dll
GetDeclarationAt(Point)
Gets IRange
that corresponds to declaration at the specified position.
public virtual IRange GetDeclarationAt(Point position)
Parameters
position
PointPosition to find range.
Returns
- IRange
IRange
at specified position.