'Declaration Public Sub CopyTo( _ ByVal array As Array, _ ByVal startIndex As Integer _ )
'Usage Dim instance As VirtualListBase Dim array As Array Dim startIndex As Integer instance.CopyTo(array, startIndex)
public void CopyTo( Array array, int startIndex )
Parameters
- array
- The array to which to copy the items.
- startIndex
- The zero-based index at which to start copying the items.