ConcurrentDictionary<TKey,TValue>.IDictionary.IsReadOnly Propiedad

Definición

Obtiene un valor que indica si es IDictionary<TKey,TValue> 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

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

Implementaciones

Comentarios

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

Se aplica a

Consulte también