Removes all objects from the Dictionary.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
protected override void ClearItems()
Visual Basic
Protected Overrides Sub ClearItems
Visual C++
protected:
virtual void ClearItems() override
F#
abstract ClearItems : unit -> unit 
override ClearItems : unit -> unit 

See Also