 | DebugDictionaryK, VAdd Method (K, V) |
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic void Add(
K key,
V value
)
Parameters
- key
- Type: K
The object to use as the key of the element to add. - value
- Type: V
The object to use as the value of the element to add.
See Also