Remove Method

Will always throw System.

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

Syntax

'Declaration
Public Function Remove ( _
    key As K _
) As Boolean
'Usage
Dim instance As ReadOnlyDictionary
Dim key As K
Dim returnValue As Boolean

returnValue = instance.Remove(key)
public bool Remove(
    K key
)

Parameters

  • key
    Type: K

Return Value

Type: System..::..Boolean

Implements

IDictionary<(Of <(<'TKey, TValue>)>)>..::..Remove(TKey)

Remarks

NotSupportedException as ReadOnlyDictionary is read-only.

Exceptions

[T:System.NotSupportedException]: As ReadOnlyDictionary is read-only.

See Also

Reference

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

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

Microsoft.Rtc.Collaboration.AudioVideo Namespace