[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)
Adds an item to the ICollection<(Of T>).
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Add ( _ item As T _ ) |
C# |
---|
public void Add ( T item ) |
Visual C++ |
---|
public: virtual void Add ( T item ) sealed |
Parameters
- item
- T type parameter of net.esper.compat.EHashSet<(Of T>).
The object to add to the ICollection<(Of T>).
Exceptions
Exception | Condition |
---|---|
System.NotSupportedException | The ICollection<(Of T>) is read-only. |