NotifyingCollection<T>.RemoveRange Method
Name | Parameters | Description |
---|---|---|
RemoveRange(T[]) | items | Removes the specified items from the collection. |
RemoveRange(IEnumerable<T>) | items | Removes items in the specified collection from the current collection. |