PropertyDescriptorCollection::IDictionary::Keys Property
.NET Framework (current version)
Gets an ICollection containing the keys of the IDictionary.
Assembly: System (in System.dll)
private: property ICollection^ Keys { virtual ICollection^ get() sealed = IDictionary::Keys::get; }
Property Value
Type: System.Collections::ICollection^An ICollection containing the keys of the IDictionary.
Implements
IDictionary::Keys
.NET Framework
Available since 2.0
Available since 2.0
Show: