pmMDA.NET

RangeList.IsRanged Method (Int32, Int32)

[This is preliminary documentation and subject to change.]

Gets whether a specified range is fully available in this range list.

public bool IsRanged(
   int start,
   int end
);

Parameters

start
The start of the range to test.
end
The last index of the range to test.

Return Value

true if the specified range is part of this range list; otherwise, false.

See Also

RangeList Class | PmMda.Net.Dog.Paging Namespace | RangeList.IsRanged Overload List