[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)
Sets the given key in the dictionary. If the key
already exists, then it is remapped to thenew value.
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub Put ( _ key As K, _ value As V _ ) |
C# |
---|
public virtual void Put ( K key, V value ) |
Visual C++ |
---|
public: virtual void Put ( K key, V value ) |
Parameters
- key
- K type parameter of net.esper.compat.EBaseDictionary<(Of K, V>).
- value
- V type parameter of net.esper.compat.EBaseDictionary<(Of K, V>).