Dictionary<TKey,TValue>.ICollection<KeyValuePair<TKey,TValue>>.IsReadOnly Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Wörterbuch schreibgeschützt ist.

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

Eigenschaftswert

true, wenn das ICollection<T> schreibgeschützt ist, andernfalls false. In der Standardimplementierung von Dictionary<TKey,TValue> gibt diese Eigenschaft immer false zurück.

Implementiert

Gilt für: