NotificationCollection<T>.AddRange(ICollection) Method
Adds a collection of objects to the end of the current collection.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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