CollectionCoreTIListIsFixedSize Property |
Gets a value indicating whether the
IList has a fixed size.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax bool IList.IsFixedSize { get; }
Private ReadOnly Property IsFixedSize As Boolean
Implements IList.IsFixedSize
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if the
IList has a fixed size; otherwise, false.
Implements
IListIsFixedSizeSee Also