ImmutableSortedSet<T>.ICollection<T>.IsReadOnly Eigenschaft

Definition

„true“ wird zurückgegeben, da unveränderliche Auflistungen immer schreibgeschützt sind. Siehe Schnittstelle 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

Eigenschaftswert

Ein boolescher Wert, der angibt, ob die Auflistung schreibgeschützt ist.

Implementiert

Gilt für: