'Declaration
Public Sub CopyTo( _ ByVal array() As ApplicationUser, _ ByVal arrayIndex As Integer _ )
public void CopyTo( ApplicationUser[] array, int arrayIndex )
Parameters
- array
- The target array (must be large enough to hold the Count of items starting at arrayIndex).
- arrayIndex
- The starting index in the target array at which to begin copying.