Collection<T>.Add(T[]) Method
Adds the specified elements to the end of the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | T[] | An array that contains zero or more <T> objects to add to the collection. |
See Also