 | TransformDictionaryTK1, TV1, TK2, TV2Remove Method (TK1) |
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic bool Remove(
TK1 key
)
Parameters
- key
- Type: TK1
The key of the element to remove.
Return Value
Type:
Boolean
true if the element is successfully removed; otherwise, false. This method also returns false if
key was not found in the original
IDictionaryTKey, TValue.
Exceptions
See Also