PropertyDescriptorCollection::IDictionary::Contains Method (Object^)

 

Determines whether the IDictionary contains an element with the specified key.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

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

Parameters

key
Type: System::Object^

The key to locate in the IDictionary.

Return Value

Type: System::Boolean

true if the IDictionary contains an element with the key; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: