Skip to main content

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

Adds items from the specified collection to the current collection.

Namespace: DevExpress.DataAccess

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

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

Declaration

public void AddRange(
    IEnumerable<T> items
)

Parameters

Name Type Description
items IEnumerable<T>

A IEnumerable object representing the collection of items to append to the collection.

See Also