IsReadOnly

RemoveOnlyListBase<T>.IsReadOnly property

Gets a value indicating whether the collection is read-only.

public override bool IsReadOnly { get; }

Property Value

Returns true if the collection is read-only; otherwise, false.

See Also