DataTableMappingCollection.IList.IsReadOnly Propiedad

Definición

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

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

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de DataTableMappingCollection se convierte en una interfaz IList.

Para obtener más información, vea IsReadOnly.

Se aplica a