SynchronizedCollection<T>::IList::IsFixedSize Property
.NET Framework (current version)
Gets a value that indicates whether the collection is fixed in size.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
private: property bool IsFixedSize { virtual bool get() sealed = IList::IsFixedSize::get; }
Implements
IList::IsFixedSizeThis property returns false because the collection can be added to and so is not fixed in size.
.NET Framework
Available since 3.0
Available since 3.0
Show: