OrderedDictionary<TKey,TValue>.IList.IsReadOnly Propiedad

Definición

Obtiene un valor que indica si el IList es de solo lectura.

property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
member this.System.Collections.IList.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly

Valor de propiedad

true si el IList es de solo lectura; de lo contrario, false.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la instancia de <xref:System.Collections.Generic.OrderedDictionary'> 2 se convierte en una interfaz <xref:System.Collections.IList>.

Se aplica a