IsReadOnly

ReadOnlyList<T>.IsReadOnly property

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

public bool IsReadOnly { get; }

Property Value

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

See Also