DotMSN

ContactList.CopyTo Method 

Copies all contacts to the specified array, starting at the index.

[Visual Basic]
Public Sub CopyTo( _
   ByVal array As Contact(), _
   ByVal index As Integer _
)
[C#]
public void CopyTo(
   Contact[] array,
   int index
);

Parameters

array
index

See Also

ContactList Class | XihSolutions.DotMSN Namespace