ICollection(KeyValuePair(K, V)).Remove Method

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Private Function Remove ( _
    item As KeyValuePair(Of K, V) _
) As Boolean Implements ICollection(Of KeyValuePair(Of K, V)).Remove
'Usage
Dim instance As ReadOnlyDictionary
Dim item As KeyValuePair(Of K, V)
Dim returnValue As Boolean

returnValue = CType(instance, ICollection(Of KeyValuePair(Of K, V))).Remove(item)
bool ICollection<KeyValuePair<K, V>>.Remove(
    KeyValuePair<K, V> item
)

Parameters

Return Value

Type: System..::..Boolean

Implements

ICollection<(Of <(<'T>)>)>..::..Remove(T)

See Also

Reference

ReadOnlyDictionary<(Of <(<'K, V>)>)> Class

ReadOnlyDictionary<(Of <(<'K, V>)>)> Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace