NotifyingCollection<T>.AddRange(IEnumerable<T>) Method
Adds items from the specified collection to the current collection.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<T> | A IEnumerable object representing the collection of items to append to the collection. |
See Also