This documentation is archived and is not being maintained.

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)

private:
virtual void Remove(
	Object^ key
) sealed = IDictionary::Remove

Parameters

key
Type: System::Object

The key to remove from this dictionary.

Implements

IDictionary::Remove(Object)

Show: