The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OrderedDictionary::IDictionary::IsFixedSize Property
.NET Framework (current version)
Gets a value indicating whether the OrderedDictionary has a fixed size.
Assembly: System (in System.dll)
private: property bool IsFixedSize { virtual bool get() sealed = IDictionary::IsFixedSize::get; }
Property Value
Type: System::Booleantrue if the OrderedDictionary has a fixed size; otherwise, false. The default is false.
Implements
IDictionary::IsFixedSize
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: