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

Remove a key from the set. Removes the key if the reference count is one. Decreases the reference count by one if the reference count is more then one.

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

Syntax

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

Parameters

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