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