NEsper Class Library
NEsper Class Library
com.espertech.esper.compat
WeakDictionary(TKey, TValue) Class
WeakDictionary(TKey, TValue) Methods
Remove Method
Remove Method (KeyValuePair)
Remove Method (TKey)
Remove Method (TKey, TValue)
WeakDictionary
TKey
,
TValue
Remove Method (
TKey
)
Removes the element with the specified key from the
IDictionary
TKey, TValue
.
Namespace:
com.espertech.esper.compat
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
WeakDictionary
TKey, TValue
Class
Remove Overload
com.espertech.esper.compat Namespace
Copyright (c) 2007 - 2019 Espertech
Send comments on this topic to
nesper@espertech.com