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