DXCollectionBase<T>.AddRange(ICollection) Method
Adds a collection of elements to the end of the collection.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
collection | ICollection | A ICollection object which represents the collection of elements to append to the collection. |
Remarks
Objects are appended to the collection in the same order they have in the added collection.
See Also