 | OrderedDictionaryTK, TVAdd Method (TK, TV) |
Adds the specified key.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic void Add(
TK key,
TV value
)
Parameters
- key
- Type: TK
The key. - value
- Type: TV
The value.
See Also