NotifyingCollection<T>.AddRange(T[]) Method
Adds the specified items to the collection.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | T[] | An array that contains zero or more T objects to add to the collection. |
See Also