Table of Contents

Method GetExactRanges

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

GetExactRanges(IList<IRange>, int)

Fills list specified by Ranges parameter with all ranges that starts at the specified line.

public int GetExactRanges(IList<IRange> ranges, int index)

Parameters

ranges IList<IRange>

Specifies list to fill.

index int

Specifies index of line.

Returns

int

Number of elements in the ranges collection.