Click or drag to resize

EquatableListTIListIsFixedSize Property

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

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
bool IList.IsFixedSize { get; }

Return Value

Type: Boolean
if the IList has a fixed size; otherwise, .

Implements

IListIsFixedSize
See Also