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
'Декларация
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.