ImmutableDictionary<TKey,TValue>.IDictionary.IsReadOnly Propiedad
Definición
Obtiene un valor que indica si ICollection<T> es de solo lectura.Gets a value indicating whether the ICollection<T> is read-only.
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 ICollection<T> es de solo lectura; de lo contrario, es false
.true
if the ICollection<T> is read-only; otherwise, false
.
Implementaciones
Comentarios
Este miembro es una implementación explícita de un miembro de interfaz.This member is an explicit interface member implementation. Solo se puede utilizar cuando la instancia de ImmutableDictionary<TKey,TValue> se convierte en una interfaz IDictionary.It can be used only when the ImmutableDictionary<TKey,TValue> instance is cast to an IDictionary interface.