UniqueList<T>.IsReadOnly Property |
Gets a value indicating whether the ICollection<T> is read-only.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if the
ICollection<T> is read-only; otherwise, false.
Implements
ICollection<T>.IsReadOnly
See Also