[]
        
(Showing Draft Content)

C1.UWP.DataCollection.C1CollectionView.CopyTo

CopyTo Method

CopyTo(object[], int)

Copies the elements of the C1CollectionView to an System.Array, starting at a particular object array index.

Declaration
public void CopyTo(object[] array, int arrayIndex)
Parameters
Type Name Description
object[] array

The one-dimensional object array that is the destination of the elements copied from C1CollectionView. The System.Array must have zero-based indexing.

int arrayIndex

The zero-based index in array at which copying begins.