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