Click or drag to resize

FastObservableCollectionTRemoveRange Method (IEnumerable)

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public void RemoveRange(
	IEnumerable collection
)

Parameters

collection
Type: System.CollectionsIEnumerable
The collection whose elements should be removed from the FastObservableCollectionT. The collection itself cannot be null, but it can contain elements that are null, if item is a reference type.
Exceptions
ExceptionCondition
ArgumentNullExceptioncollection is null.
See Also