Click or drag to resize

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)
Syntax
public bool IsReadOnly { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if the ICollection<T> is read-only; otherwise, false.

Implements

ICollection<T>.IsReadOnly
See Also