This documentation is archived and is not being maintained.

ReadOnlyDictionary<TKey, TValue>::ICollection<KeyValuePair<TKey, TValue>>::Remove Method

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::Boolean
True if the item was successfully removed from this dictionary; otherwise, false.

Implements

ICollection<T>::Remove(T)

Show: