Click or drag to resize

FixedDictionaryK, VPush Method

Sets the given key in the dictionary. If the key already exists, then it is remapped to the new value. If a value was previously mapped it is returned.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public V Push(
	K key,
	V value
)

Parameters

key
Type: K

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

value
Type: V

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

Return Value

Type: V

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.FixedDictionary`2.Push(`0,`1)"]

See Also