SynchronizedCollection<T>::IList::IsFixedSize Property

 

Gets a value that indicates whether the collection is fixed in size.

Namespace:   System.Collections.Generic
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

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

Property Value

Type: System::Boolean

false

This property returns false because the collection can be added to and so is not fixed in size.

.NET Framework
Available since 3.0
Return to top
Show: