Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ApplicationUserCollection Class / CopyTo Method
The target array (must be large enough to hold the Count of items starting at arrayIndex).
The starting index in the target array at which to begin copying.

CopyTo Method (ApplicationUserCollection)
Copy the collected ApplicationUser objects to a target array, in sorted order.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As ApplicationUser, _
   ByVal arrayIndex As Integer _
) 
 

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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also