PropertyDescriptorCollection.System.Collections.IDictionary.Keys Property
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Private ReadOnly Property Keys As ICollection Implements _ IDictionary.Keys
[C#]
ICollection IDictionary.Keys {get;}
[C++]
private: __property ICollection*
System::Collections::IDictionary::get_Keys();
[JScript]
private function get IDictionary.Keys() : ICollection;
See Also
PropertyDescriptorCollection Class | PropertyDescriptorCollection Members | System.ComponentModel Namespace