ConcurrentDictionary<TKey,TValue>.IDictionary.IsReadOnly Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die IDictionary<TKey,TValue> schreibgeschützt ist.

property bool System::Collections::IDictionary::IsReadOnly { bool get(); };
bool System.Collections.IDictionary.IsReadOnly { get; }
member this.System.Collections.IDictionary.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements IDictionary.IsReadOnly

Eigenschaftswert

true, wenn das IDictionary<TKey,TValue> schreibgeschützt ist, andernfalls false. Für ConcurrentDictionary<TKey,TValue> gibt diese Eigenschaft immer false zurück.

Implementiert

Hinweise

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Er kann nur verwendet werden, wenn die ConcurrentDictionary<TKey,TValue>-Instanz in eine IDictionary-Schnittstelle umgewandelt wird.

Gilt für:

Weitere Informationen