Removes all objects from the set.

Namespace: Iesi.Collections.Generic
Assembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)

Syntax

C#
public override sealed void Clear()
Visual Basic
Public Overrides NotOverridable Sub Clear
Visual C++
public:
virtual void Clear() override sealed

Implements

ICollection<(Of <(<'T>)>)>..::..Clear()()()()
ISet..::..Clear()()()()

Exceptions

ExceptionCondition
System..::..NotSupportedException is always thrown

See Also