Collection.IList.IsReadOnly Propiedad

Definición

Obtiene un valor que indica si el objeto Collection es

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

Valor de propiedad

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

Se aplica a