This documentation is archived and is not being maintained.

ReadOnlyDictionary<TKey, TValue>::IDictionary::Contains Method

Checks whether the specified key is located in this dictionary.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

private:
virtual bool Contains(
	Object^ key
) sealed = IDictionary::Contains

Parameters

key
Type: System::Object

The key to search for.

Return Value

Type: System::Boolean
True if the specified key is located in this dictionary; otherwise, false.

Implements

IDictionary::Contains(Object)

Show: