| 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
Syntaxbool IList.IsFixedSize { get; }
Return Value
Type:
Boolean if the
IList has a fixed size; otherwise,
.
Implements
IListIsFixedSize
See Also