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

 

Removes the element with the specified key from the IDictionary.

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

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

Parameters

key
Type: System::Object^

The key of the element to remove.

.NET Framework
Available since 1.1
Return to top
Show: