AsyncReactiveListTRemoveRange Method |
Namespace: Kit.Containers
public void RemoveRange( int index, int count )
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than 0.-or- count is less than 0. |
| ArgumentException | index and count do not denote a valid range of elements in the ListT. |