Table of Contents

Method GetRangeAt

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

GetRangeAt(Point)

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

IRange GetRangeAt(Point position)

Parameters

position Point

Position to find range.

Returns

IRange

IRange at specified position.

GetRangeAt(Point, IList<IRange>)

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

IRange GetRangeAt(Point position, IList<IRange> ranges)

Parameters

position Point

Position to find range.

ranges IList<IRange>

List of begin/end ranges at the given position.

Returns

IRange

IRange at specified position.