CopyTo Method (C1CollectionView)
Copies the items of the view to an array, starting at a particular array index.
public void CopyTo(
System.object[] ,
System.int
)
'Declaration
Public Sub CopyTo( _
ByVal () As System.Object, _
ByVal As System.Integer _
)
Parameters
- array
- The one-dimensional array to copy items to.
- arrayIndex
- The zero-based index in array at which copying begins.