Method GetRangeAt
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v9.dll
GetRangeAt(Point)
Gets IRange
that contains given position.
public virtual IRange GetRangeAt(Point position)
Parameters
position
PointPosition to find range.
Returns
- IRange
IRange
at specified position.
GetRangeAt(Point, IList<IRange>)
Gets IRange
that contains given position.
public virtual IRange GetRangeAt(Point position, IList<IRange> ranges)
Parameters
position
PointPosition to find range.
ranges
IList<IRange>List of begin/end blocks at the given position.
Returns
- IRange
IRange
at specified position.