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

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)
Sub Put ( _
	key As K, _
	value As V _
)
C#
void Put (
	K key,
	V value
)
Visual C++
void Put (
	K key, 
	V value
)

Parameters

key
K type parameter of net.esper.compat.EDictionary<(Of K, V>).
value
V type parameter of net.esper.compat.EDictionary<(Of K, V>).