Click or drag to resize
IListIsFixedSize Property
Gets a value indicating whether the IList has a fixed size.

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
bool IsFixedSize { get; }

Return Value

Type: Boolean
true if the IList has a fixed size; otherwise, false.
See Also