ConcurrentDictionary<TKey,TValue>.IDictionary.IsReadOnly Propiedad

Definición

Obtiene un valor que indica si IDictionary<TKey,TValue> es de solo lectura.

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

Valor de propiedad

Es true si la interfaz IDictionary<TKey,TValue> es de solo lectura; de lo contrario, es false. Para ConcurrentDictionary<TKey,TValue>, esta propiedad siempre devuelve false.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de ConcurrentDictionary<TKey,TValue> se convierte en una interfaz IDictionary.

Se aplica a

Consulte también