ImmutableSortedDictionary<TKey,TValue>.IDictionary.Clear Methode

Definition

Löscht diese Instanz.

 virtual void System.Collections.IDictionary.Clear() = System::Collections::IDictionary::Clear;
void IDictionary.Clear();
abstract member System.Collections.IDictionary.Clear : unit -> unit
override this.System.Collections.IDictionary.Clear : unit -> unit
Sub Clear () Implements IDictionary.Clear

Implementiert

Ausnahmen

Das Wörterbuchobjekt ist schreibgeschützt.

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die ImmutableSortedDictionary<TKey,TValue> Instanz in eine IDictionary Schnittstelle umgegossen wird.

Gilt für: