 | FixedDictionaryK, VAssignIndex Method |
Assigns the index.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic void AssignIndex(
int keyIndex,
V value
)
Parameters
- keyIndex
- Type: SystemInt32
MapIndex of the key. - value
- Type: V
The value.
See Also