SynchronizedReadOnlyCollection<T>::IList::IsFixedSize Property
.NET Framework (current version)
This property returns true because the read-only collection is always fixed in size.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
private: property bool IsFixedSize { virtual bool get() sealed = IList::IsFixedSize::get; }
Property Value
Type: System::BooleanReturns Boolean.
This property returns true because the read-only collection is always fixed in size.
Implements
IList::IsFixedSize
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: