Clears the contents of the dictionary.
public: abstract void Clear();
public abstract void Clear ();
abstract member Clear : unit -> unit
Public MustOverride Sub Clear ()
Thank you.