ContactCollection.CopyTo Method
Namespace: Microsoft.Lync.Model.Group
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As Contact(), _
arrayIndex As Integer _
)
'Usage
Dim instance As ContactCollection
Dim array As Contact()
Dim arrayIndex As Integer
instance.CopyTo(array, arrayIndex)
public void CopyTo(
Contact[] array,
int arrayIndex
)
Parameters
- array
Type: []
- arrayIndex
Type: System.Int32
Implements
ICollection<T>.CopyTo([], Int32)