HashSet<T>.ICollection<T>.IsReadOnly Property

Definition

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

property bool System::Collections::Generic::ICollection<T>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<T>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<T>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of T).IsReadOnly

Property Value

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

Implements

Remarks

Retrieving the value of this property is an O(1) operation.

Applies to