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
- key
Type: System.Object
Implements
See also
Reference
ReadOnlyDictionary<TKey, TValue> class