Skip to main content

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

Adds the specified items to the collection.

Namespace: DevExpress.DataAccess

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public void AddRange(
    params T[] items
)

Parameters

Name Type Description
items T[]

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

See Also