NEsper Class Library
NEsper Class Library
com.espertech.esper.compat.collections
EmptyDictionary(K, V) Class
EmptyDictionary(K, V) Methods
Remove Method
Remove Method (KeyValuePair)
Remove Method (K)
EmptyDictionary
K
,
V
Remove Method (
K
)
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
( K
key
)
Parameters
key
Type:
K
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
ArgumentNullException
key
is null.
NotSupportedException
The
IDictionary
TKey, TValue
is read-only.
See Also
Reference
EmptyDictionary
K, V
Class
Remove Overload
com.espertech.esper.compat.collections Namespace
Copyright (c) 2007 - 2019 Espertech
Send comments on this topic to
nesper@espertech.com