ConcurrentDictionary<TKey,TValue>.IDictionary.IsReadOnly Proprietà

Definizione

Ottiene un valore che indica se IDictionary<TKey,TValue> è di sola lettura.

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

Valore della proprietà

true se IDictionary<TKey,TValue> è di sola lettura; in caso contrario, false. Per ConcurrentDictionary<TKey,TValue>, questa proprietà restituisce sempre false.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza ConcurrentDictionary<TKey,TValue> a un'interfaccia IDictionary.

Si applica a

Vedi anche