ImmutableSortedSet<T>.ICollection<T>.IsReadOnly Egenskap

Definition

Returnerar sant eftersom oföränderliga samlingar alltid är skrivskyddade. Se gränssnittet ICollection<T> .

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

Egenskapsvärde

Ett booleskt värde som anger om samlingen är skrivskyddad.

Implementeringar

Gäller för