Removes all objects from the set.
Namespace: Iesi.Collections.GenericAssembly: 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
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | is always thrown |