PropertyDescriptorCollection::IDictionary::IsFixedSize Property

 

Gets a value indicating whether the IDictionary has a fixed size.

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

private:
property bool IsFixedSize {
	virtual bool get() sealed = IDictionary::IsFixedSize::get;
}

Property Value

Type: System::Boolean

true if the IDictionary has a fixed size; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: