Property ICollection<TValue>.IsReadOnly ICollection<TValue>.IsReadOnly Gets a value indicating whether this collection is read-only. Always returns true. Declaration bool ICollection<TValue>.IsReadOnly { get; } Returns Type Description bool Implements ICollection<T>.IsReadOnly