RoomMessageDictionary.RemoveAt method

Tries to remove a value based on the index.

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

Syntax

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

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

Parameters

See also

Reference

RoomMessageDictionary class

RoomMessageDictionary members

Microsoft.Lync.Model.Room namespace