Removes all objects from the Dictionary.

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

Syntax

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

See Also