CopyTo Method (C1DataCollectionBindingList)
In This Topic
Copies the elements of the
System.Collections.ICollection to an
System.Array, starting at a particular
System.Array index.
Syntax
'Declaration
Public Sub CopyTo( _
ByVal As Array, _
ByVal As Integer _
)
public void CopyTo(
Array ,
int
)
Parameters
- array
- The one-dimensional System.Array that is the destination of the elements copied from System.Collections.ICollection. The System.Array must have zero-based indexing.
- index
- The zero-based index in at which copying begins.
See Also