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

truewenn die IDictionary<TKey,TValue> Schreibgeschützt ist; andernfalls . false Für ConcurrentDictionary<TKey,TValue>diese Eigenschaft wird immer zurückgegeben false.

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die ConcurrentDictionary<TKey,TValue> Instanz in eine IDictionary Schnittstelle umgegossen wird.

Gilt für:

Weitere Informationen