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