PostSharp//API Reference/Post­Sharp.​Patterns.​Collections/Advisable­Collection<T>/Is­Read­Only
Open sandboxFocus

Property IsReadOnly

IsReadOnly

Gets a value indicating whether the ICollection<T> is read-only.

Declaration
public bool IsReadOnly { get; }
Property Value
Type Description
Boolean

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