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