Share via


ReadOnlyDictionary<TKey, TValue>.IDictionary<TKey, TValue>.Remove method

Namespace:  Microsoft.SharePoint.Taxonomy.Generic
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Private Function Remove ( _
    key As TKey _
) As Boolean Implements IDictionary(Of TKey, TValue).Remove
'Usage
Dim instance As ReadOnlyDictionary
Dim key As TKey
Dim returnValue As Boolean

returnValue = CType(instance, IDictionary(Of TKey, TValue)).Remove(key)
boolIDictionary<TKey, TValue>.Remove(
    TKey key
)

Parameters

Return value

Type: System.Boolean

Implements

IDictionary<TKey, TValue>.Remove(TKey)

See also

Reference

ReadOnlyDictionary<TKey, TValue> class

ReadOnlyDictionary<TKey, TValue> members

Microsoft.SharePoint.Taxonomy.Generic namespace