[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Removes all items from the ICollection<(Of T>).
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Clear |
C# |
---|
public void Clear () |
Visual C++ |
---|
public: virtual void Clear () sealed |
Exceptions
Exception | Condition |
---|---|
System.NotSupportedException | The ICollection<(Of T>) is read-only. |