EyeshotCollection<T>.CopyTo Method

Copies the entire collection to a compatible one-dimensional array.
Public Sub CopyTo( _ 
ByVal array As T(), _ 
ByVal arrayIndex As Integer
)
This language is not supported or no code example is available.
public void CopyTo( 
T[] array
int arrayIndex 
)
This language is not supported or no code example is available.

Parameters

array
T[]

The one-dimensional System.Array that is the destination of the elements copied from the collection.

arrayIndex
int

The zero-based index in array at which copying begins

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition