[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Add a key to the set. Add with a reference count of one if the key didn't exist in the set. Increase the reference count by one if the key already exists.

Namespace: net.esper.collection
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Sub Add ( _
	key As K _
)
C#
public virtual void Add (
	K key
)
Visual C++
public:
virtual void Add (
	K key
)

Parameters

key
K type parameter of net.esper.collection.SortedRefCountedSet<(Of K>).
to add