Compartir vía


FrozenDictionary<TKey,TValue>.IDictionary.IsReadOnly Propiedad

Definición

Obtiene un valor que indica si el objeto IDictionary 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

true si el objeto IDictionary es de solo lectura; en caso contrario, false.

Implementaciones

Se aplica a