ImmutableArray<T>.ICollection<T>.IsReadOnly Propiedad

Definición

Obtiene un valor que indica si esta instancia es de solo lectura.

property bool System::Collections::Generic::ICollection<T>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<T>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<T>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of T).IsReadOnly

Valor de propiedad

true si esta instancia es de solo lectura; en caso contrario, false.

Implementaciones

Se aplica a