NEsper Class Library
NEsper Class Library
com.espertech.esper.compat.collections
ReferenceMap(TKey, TValue) Class
ReferenceMap(TKey, TValue) Methods
Remove Method
Remove Method (KeyValuePair)
Remove Method (TKey)
Remove Method (TKey, TValue)
ReferenceMap
TKey
,
TValue
Remove Method (
TKey
)
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
( TKey
key
)
Parameters
key
Type:
TKey
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
ReferenceMap
TKey, TValue
Class
Remove Overload
com.espertech.esper.compat.collections Namespace
Copyright (c) 2007 - 2019 Espertech
Send comments on this topic to
nesper@espertech.com