AsyncReactiveListTInsertRange Method |
Namespace: Kit.Containers
public void InsertRange( int index, IEnumerable<T> items )
| Exception | Condition |
|---|---|
| ArgumentNullException | collection is . |
| ArgumentOutOfRangeException | index is less than 0.-or- index is greater than Count. |