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

Definition

Ruft einen Wert ab, der angibt, ob die ICollection 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 schreibgeschützt ist, andernfalls false.

Implementiert

Gilt für:

Weitere Informationen