CompositeCollection.IList.IsReadOnly Propiedad

Definición

Este miembro admite la infraestructura de Windows Presentation Foundation (WPF) y no está pensada para usarse directamente desde el código.

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

Boolean

Es true si la interfaz IList es de solo lectura; de lo contrario, es false.

Implementaciones

Se aplica a