System.Collections.IList.IsFixedSize Property

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

Syntax

public bool IsFixedSize { get; }

Value

true if the current instance has a fixed size; otherwise, false.

Remarks

A collection with a fixed size does not allow the addition or removal of elements after the collection is created, but it allows the modification of existing elements.

Requirements

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