Click or drag to resize

FixedDictionaryK, VAssignIndex Method

Assigns the index.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void AssignIndex(
	int keyIndex,
	V value
)

Parameters

keyIndex
Type: SystemInt32
MapIndex of the key.
value
Type: V
The value.
See Also