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

NotificationCollection<T>.AddRange(ICollection) Method

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v19.1.dll

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