ReadOnlyDictionary<TKey, TValue>.IDictionary.Remove Method

Removes the specified key from this dictionary.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Private Sub Remove ( _
    key As Object _
) Implements IDictionary.Remove
void IDictionary.Remove(
    Object key
)
private:
virtual void Remove(
    Object^ key
) sealed = IDictionary::Remove
private abstract Remove : 
        key:Object -> unit  
private override Remove : 
        key:Object -> unit
JScript does not support explicit interface implementations.

Parameters

  • key
    Type: System.Object

    The key to remove from this dictionary.

Implements

IDictionary.Remove(Object)

.NET Framework Security

See Also

Reference

ReadOnlyDictionary<TKey, TValue> Class

Microsoft.TeamFoundation.Client Namespace