AdditionalPropertiesDictionary<TValue>.ICollection<KeyValuePair<String,TValue>>.IsReadOnly Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob dies ICollection<T> schreibgeschützt ist.

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

Eigenschaftswert

truewenn die ICollection<T> Schreibgeschützt ist; andernfalls . false

Implementiert

Gilt für: