Skip to main content

NotificationCollection<T>.AddRange(ICollection) Method

Adds a collection of objects to the end of the current collection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public override void AddRange(
    ICollection collection
)

Parameters

Name Type Description
collection ICollection

An object exposing the ICollection interface, which represents the collection of objects to append.

Remarks

Objects are appended to the collection in the same order that they have in the added collection.

See Also