ConcurrentDictionary<TKey,TValue>.Clear Metoda

Definice

Odebere všechny klíče a hodnoty z objektu ConcurrentDictionary<TKey,TValue>.

public:
 virtual void Clear();
public void Clear ();
abstract member Clear : unit -> unit
override this.Clear : unit -> unit
Public Sub Clear ()

Implementuje

Platí pro

Viz také