Clear method

Removes all items from the collection.

Syntax
Visual Basic

Public Overrides Sub Clear()
C#

public override void Clear();
See also