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

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public virtual bool IsFixedSize { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property IsFixedSize As Boolean

Field Value

Return Value

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

Implements

IList..::.IsFixedSize

See Also