Click or drag to resize

ReferenceMapTKey, TValuePut Method

Sets the given key in the dictionary. If the key already exists, then it is remapped to thenew value.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void Put(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey

[Missing <param name="key"/> documentation for "M:com.espertech.esper.compat.collections.ReferenceMap`2.Put(`0,`1)"]

value
Type: TValue

[Missing <param name="value"/> documentation for "M:com.espertech.esper.compat.collections.ReferenceMap`2.Put(`0,`1)"]

See Also