Gets a value indicating whether the Array has a fixed size.
Documentation for this section has not yet been entered.
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.