AdvisableCollection<T>.IsReadOnly Property |
Gets a value indicating whether the ICollection<T> is read-only.
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.4.11.0 (6.4.11.0)
C#
public bool IsReadOnly { get; }
Return Value
Type: Booleantrue if the ICollection<T> is read-only; otherwise, false.
Implements
ICollection<T>.IsReadOnlyIList.IsReadOnly