Share via


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: []

Implements

ICollection<T>.CopyTo([], Int32)

See also

Reference

GroupCollection class

GroupCollection members

Microsoft.Lync.Model.Group namespace