SynchronizedReadOnlyCollection<T>::IList::IsFixedSize Property

 

This property returns true because the read-only collection is always 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

Returns Boolean.

This property returns true because the read-only collection is always fixed in size.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: