Freigeben über


OrderedDictionary<TKey,TValue>.KeyCollection.ICollection<TKey>.IsReadOnly Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die ICollection<T> schreibgeschützt ist.

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

Eigenschaftswert

true, wenn die ICollection<T> schreibgeschützt ist; andernfalls false.

Implementiert

Gilt für: