Click or drag to resize

CollectionChangedHandler<TItem, TCollection>.RemoveRange Method

Overload List
  NameDescription
Public methodRemoveRange(IEnumerable<TItem>)
Removes the specified items from the collection
Public methodRemoveRange(Int32, Int32)
Removes a specified count of items from the collection starting at the specified index
Top
See Also