OrderedDictionary<TKey,TValue>.KeyCollection.ICollection<TKey>.IsReadOnly Eigenschaft

Definition

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

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

Eigenschaftswert

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

Implementiert

Gilt für: