System.Array.IsFixedSize Property

Gets a value indicating whether the Array has a fixed size.

Syntax

public bool IsFixedSize { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Array implements the Array.IsFixedSize property because it is required by the 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.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0