NEsper Class Library
NEsper Class Library
com.espertech.esper.compat.collections
BaseMap(TK, TV) Class
BaseMap(TK, TV) Methods
Remove Method
Remove Method (KeyValuePair)
Remove Method (TK)
Remove Method (TK, TV)
BaseMap
TK
,
TV
Remove Method (
TK
)
Removes the element with the specified key from the
IDictionary
TKey, TValue
.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
Copy
public
bool
Remove
( TK
key
)
Parameters
key
Type:
TK
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
IDictionary
TKey, TValue
.
Exceptions
Exception
Condition
NotSupportedException
The
IDictionary
TKey, TValue
is read-only.
ArgumentNullException
key is null.
See Also
Reference
BaseMap
TK, TV
Class
Remove Overload
com.espertech.esper.compat.collections Namespace
Copyright (c) 2007 - 2019 Espertech
Send comments on this topic to
nesper@espertech.com