This documentation is archived and is not being maintained.
Array::IsFixedSize Property
Visual Studio 2010
Gets a value indicating whether the Array has a fixed size.
Assembly: mscorlib (in mscorlib.dll)
Array 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: