'Declaration Public Sub CopyTo( _ ByVal array() As ObjectChangeConflict, _ ByVal arrayIndex As Integer _ ) |
public void CopyTo( ObjectChangeConflict[] array, int arrayIndex ) |
Parameters
- array
- Destination array to copy elements of the collection. Must be zero-based array.
- arrayIndex
- Array index to start copying from.