Removes all elements from the collection.

Namespace: System.Extensions.IO
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