DynamicCollectionBase.CopyTo(Array, Int32) Method
Copies the collection to the specified array. This method is implemented to support the ICollection interface.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| array | Array | A target array. |
| index | Int32 | The array’s index that is the first position for collection objects. |
See Also