Array::IsFixedSize Property
.NET Framework (current version)
Gets a value indicating whether the Array has a fixed size.
Assembly: mscorlib (in mscorlib.dll)
Implements
IList::IsFixedSizeArray implements the IsFixedSize property because it is required by the System.Collections::IList interface.
An array with a fixed size does not allow the addition or removal of elements after the array is created, but it allows the modification of existing elements.
Retrieving the value of this property is an O(1) operation.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: