SortExpressionIListIsReadOnly Property |
Gets a value indicating whether the
IList is read-only.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax bool IList.IsReadOnly { get; }
Private ReadOnly Property IsReadOnly As Boolean
Implements IList.IsReadOnly
Get
Return Value
Type:
Booleantrue if the
IList is read-only; otherwise, false.
Implements
IListIsReadOnlySee Also