[This is preliminary documentation and subject to change.]
Removes a range of items from this linked collection.
| 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. |
LinkedCollection Class | PmMda.Net.Dog.Paging Namespace