Share via


ReadOnlyDictionary<TKey, TValue>.IDictionary.Remove method

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

Syntax

'Declaration
Private Sub Remove ( _
    key As Object _
) Implements IDictionary.Remove
'Usage
Dim instance As ReadOnlyDictionary
Dim key As Object

CType(instance, IDictionary).Remove(key)
void IDictionary.Remove(
    Object key
)

Parameters

Implements

IDictionary.Remove(Object)

See also

Reference

ReadOnlyDictionary<TKey, TValue> class

ReadOnlyDictionary<TKey, TValue> members

Microsoft.SharePoint.Taxonomy.Generic namespace