 | FixedDictionaryK, VRemove Method (K, V) |
Removes the item from the dictionary that is associated with
the specified key.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic bool Remove(
K key,
out V value
)
Parameters
- key
- Type: K
Search key into the dictionary - value
- Type: V
The value removed from the dictionary (if found).
Return Value
Type:
Boolean[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.FixedDictionary`2.Remove(`0,`1@)"]
See Also