PropertyDescriptorCollection::IDictionary::Values Property

 

Gets an ICollection containing the values in the IDictionary.

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

private:
property ICollection^ Values {
	virtual ICollection^ get() sealed = IDictionary::Values::get;
}

Property Value

Type: System.Collections::ICollection^

An ICollection containing the values in the IDictionary.

.NET Framework
Available since 2.0
Return to top
Show: