CollectionCoreTIListIsReadOnly Property  | 
 
            Gets a value indicating whether the 
ICollectionT is read-only.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxbool IList.IsReadOnly { get; }Private ReadOnly Property IsReadOnly As Boolean
	Implements IList.IsReadOnly
	Get
Property Value
Type: 
BooleanReturn Value
Type: 
Booleantrue if the 
ICollectionT is read-only; otherwise, false.
Implements
IListIsReadOnly
See Also