pmMDA.NET

RangeList.GetMissingRanges Method 

[This is preliminary documentation and subject to change.]

Gets the ranges which are missing in a specified range.

public Range[] GetMissingRanges(
   int startIndex,
   int endIndex
);

Parameters

startIndex
The start of the range to find the missing ranges for.
endIndex
The last index of the range to find the missing ranges for.

Return Value

An array of ranges which are missing in the specified range.

See Also

RangeList Class | PmMda.Net.Dog.Paging Namespace