ImmutableArray<T>.ICollection<T>.IsReadOnly Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob diese Instanz schreibgeschützt ist.

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

Eigenschaftswert

true, wenn diese Instanz schreibgeschützt ist; andernfalls false.

Implementiert

Gilt für: