Collection<T>.CopyTo(T[], Int32) Method
In This Article
Copies the items from the collection to the specified array, starting at the specified index in the array object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
array | T[] | A zero-based System. |
index | Int32 | The first position in the specified System. |
#Remarks
Use this method to copy the contents of the Collection<T> into the specified System.Array object, starting at the specified index.
Note
The array parameter must be a zero-based System.
See Also