ConcurrentDictionary<TKey,TValue>.IDictionary.IsReadOnly Eigenschap

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of het IDictionary<TKey,TValue> kenmerk Alleen-lezen is.

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

Waarde van eigenschap

trueals het IDictionary<TKey,TValue> kenmerk Alleen-lezen is, anders. false Voor ConcurrentDictionary<TKey,TValue>, deze eigenschap wordt altijd geretourneerd false.

Implementeringen

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het ConcurrentDictionary<TKey,TValue> exemplaar naar een IDictionary interface wordt gecast.

Van toepassing op

Zie ook