EAPCollectionBaseCopyTo Method |
Copies the entire ArrayList to a compatible one-dimensional Array, starting at the beginning of the target array.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void CopyTo(
Array array,
int index
)
Public Sub CopyTo (
array As Array,
index As Integer
)
Parameters
- array
- Type: SystemArray
The one-dimensional Array that is the destination of the elements copied from ArrayList. The Array must have zero-based indexing. - index
- Type: SystemInt32
The zero-based index in array at which copying begins.
Implements
ICollectionCopyTo(Array, Int32)See Also