Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public bool IsFixedSize { get; }

Return Value

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

Implements

IList..::.IsFixedSize

See Also