Skip to main content

NotifyingCollection<T>.RemoveRange(T[]) Method

Removes the specified items from the collection.

Namespace: DevExpress.DataAccess

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public void RemoveRange(
    params T[] items
)

Parameters

Name Type Description
items T[]

An array that contains zero or more T objects to remove from the collection.

See Also