Click or drag to resize
CollectionCoreTIListIsReadOnly Property

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
bool IList.IsReadOnly { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if the ICollectionT is read-only; otherwise, false.

Implements

IListIsReadOnly
See Also