This documentation is archived and is not being maintained.
ReadOnlyDictionary<TKey, TValue>::IDictionary::Remove Method
Visual Studio 2013
Removes the specified key from this dictionary.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- key
- Type: System::Object
The key to remove from this dictionary.
Implements
IDictionary::Remove(Object)- 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.
Show: