DataStoreVirtualCollectionTCopyTo Method (T, 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(
T[] array,
int arrayIndex
)
Public Sub CopyTo (
array As T(),
arrayIndex As Integer
)
abstract CopyTo :
array : 'T[] *
arrayIndex : int -> unit
override CopyTo :
array : 'T[] *
arrayIndex : int -> unit
Parameters
- array
- Type: T
Array to copy to - arrayIndex
- Type: SystemInt32
Index in the array to start copying to
Implements
ICollectionTCopyTo(T, Int32)See Also