[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Removed a key to 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.
Return true if the reference count was one and the key thus removed, or false if key is stays in set.
Namespace: net.esper.collection
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function Remove ( _
key As K _
) As Boolean |
C# |
---|
public virtual bool Remove (
K key
) |
Visual C++ |
---|
public:
virtual bool Remove (
K key
) |
Parameters
- key
- K type parameter of net.esper.collection.RefCountedSet<(Of K>).
to add
Return Value
true if the key is removed, false if it stays in the set