Copies the elements of the collection to an array, starting at a particular array index.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Sub 
CopyTo ( _
	
array 
As 
Array, _
	
index 
As 
Integer _
)
Visual Basic (usage)
Dim 
instance 
As 

ResponseCollection
Dim 
array 
As 
Array
Dim 
index 
As 
Integer

instance.
CopyTo(
array, 
index)
C#
public 
void 
CopyTo(
	
Array 
array,
	
int 
index
)

Parameters

array
Type: System . . :: . . Array
index
Type: System . . :: . . Int32

Implements

ICollection . . :: . . CopyTo(Array, Int32)

See also