This documentation is archived and is not being maintained.
ReadOnlyDictionary<TKey, TValue>::ICollection<KeyValuePair<TKey, TValue>>::Remove Method
Visual Studio 2013
Removes the specified item from this dictionary.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
private: virtual bool Remove( KeyValuePair<TKey, TValue> item ) sealed = ICollection<KeyValuePair<TKey, TValue>>::Remove
Parameters
- item
- Type: System.Collections.Generic::KeyValuePair<TKey, TValue>
The item to remove from this dictionary.
Return Value
Type: System::BooleanTrue if the item was successfully removed from this dictionary; otherwise, false.
Implements
ICollection<T>::Remove(T)- 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: