Skip to main content

NotifyingCollection<T>.RemoveRange(IEnumerable<T>) Method

Removes items in the specified collection from the current collection.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public void RemoveRange(
    IEnumerable<T> items
)

Parameters

Name Type Description
items IEnumerable<T>

A IEnumerable object representing the collection of items to remove from the collection.

See Also