FrozenDictionary<TKey,TValue>.IDictionary.IsReadOnly Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das IDictionary -Objekt schreibgeschützt ist.

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

Eigenschaftswert

true wenn das IDictionary Objekt schreibgeschützt ist; andernfalls false.

Implementiert

Gilt für: