ConcurrentDictionary<TKey,TValue>.Clear Método

Definição

Remove todas as chaves e valores do ConcurrentDictionary<TKey,TValue>.

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

Implementações

Aplica-se a

Confira também