GroupCollection.RemoveAt method

Namespace:  Microsoft.Lync.Model.Group
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Sub RemoveAt ( _
    index As Integer _
)
'Usage
Dim instance As GroupCollection
Dim index As Integer

instance.RemoveAt(index)
public void RemoveAt(
    int index
)

Parameters

Implements

IList<T>.RemoveAt(Int32)

See also

Reference

GroupCollection class

GroupCollection members

Microsoft.Lync.Model.Group namespace