PropertyDescriptorCollection.System.Collections.IDictionary.IsFixedSize 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 IsFixedSize As Boolean Implements _ IDictionary.IsFixedSize
[C#]
bool IDictionary.IsFixedSize {get;}
[C++]
private: __property bool
System::Collections::IDictionary::get_IsFixedSize();
[JScript]
private function get IDictionary.IsFixedSize() : Boolean;
See Also
PropertyDescriptorCollection Class | PropertyDescriptorCollection Members | System.ComponentModel Namespace