Skip to main content
A newer version of this page is available. .

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

Removes the specified items from the collection.

Namespace: DevExpress.DataAccess

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

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