Skip to main content

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

Adds the specified items to the collection.

Namespace: DevExpress.DataAccess

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

NuGet Package: DevExpress.Dashboard.Core

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