 | BaseMapTK, TVRemove Method (TK, TV) |
Removes the item from the dictionary that is associated with
the specified key. Returns the value that was found at that
location and removed or the defaultValue.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic bool Remove(
TK key,
out TV value
)
Parameters
- key
- Type: TK
Search key into the dictionary - value
- Type: TV
The value removed from the dictionary (if found).
Return Value
Type:
Boolean[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.BaseMap`2.Remove(`0,`1@)"]
See Also