'Declaration Public Sub CopyTo( _ ByVal array() As ObjectSubmitError, _ ByVal arrayIndex As Integer _ )
public void CopyTo( ObjectSubmitError[] 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.