DataStoreVirtualCollectionTCopyTo Method (Array, Int32) |
Copies the contents of the collection to the specified array starting at the specified index
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void CopyTo(
Array array,
int index
)
Public Sub CopyTo (
array As Array,
index As Integer
)
abstract CopyTo :
array : Array *
index : int -> unit
override CopyTo :
array : Array *
index : int -> unit
Parameters
- array
- Type: SystemArray
Array to copy to - index
- Type: SystemInt32
Index in the array to start copying to
Implements
ICollectionCopyTo(Array, Int32)See Also