Removes all objects from the Dictionary by calling Remove on each of them.

Namespace: System.Extensions.Collections.ObjectModel
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
protected void ClearItemsByRemoving()
Visual Basic
Protected Sub ClearItemsByRemoving
Visual C++
protected:
void ClearItemsByRemoving()
F#
member ClearItemsByRemoving : unit -> unit 

See Also