Method RemoveMany
RemoveMany(Int32, T[], AdviceEnumerator<ICollectionDynamicAdvice<T>>)
Removes several items from the advised collection.
Declaration
void RemoveMany(int index, T[] itemsToRemove, AdviceEnumerator<ICollectionDynamicAdvice<T>> nextAdvices)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | |
T[] | itemsToRemove | |
AdviceEnumerator<ICollectionDynamicAdvice<T>> | nextAdvices |