[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Increase the reference count for a given key by one.
Throws an ArgumentException if the key was not found.
Namespace: net.esper.collection
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub Reference ( _
key As K _
) |
C# |
---|
public virtual void Reference (
K key
) |
Visual C++ |
---|
public:
virtual void Reference (
K key
) |
Parameters
- key
- K type parameter of net.esper.collection.RefCountedMap<(Of K, V>).
is the key to increase the ref count for