ReadOnlyDictionary<K, V>.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
- item
Type: System.Collections.Generic.KeyValuePair<K, V>
Return Value
Type: System.Boolean
Implements
See Also
Reference
ReadOnlyDictionary<K, V> Class