Teilen über


OrderedDictionary<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

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die <xref:System.Collections.Generic.OrderedDictionary'2> Instanz in eine <xref:System.Collections.IDictionary> Schnittstelle umgewandelt wird.

Gilt für: