pmMDA.NET

LinkedCollection.RemoveRange Method 

[This is preliminary documentation and subject to change.]

Removes a range of items from this linked collection.

public void RemoveRange(
   object first,
   int count
);

Parameters

first
The first item of the range to remove.
count
The count of items to remove.

Exceptions

Exception Type Condition
ArgumentNullException first is a null reference.
ArgumentOutOfRangeException The count is less than 0.
ArgumentException The first item could not be found in this collection.
- or -
The first item and the count do not denote a valid range of items in this linked collection.

See Also

LinkedCollection Class | PmMda.Net.Dog.Paging Namespace