NEsper Class Library
NEsper Class Library
com.espertech.esper.compat.collections
TransformDictionary(TK1, TV1, TK2, TV2) Class
TransformDictionary(TK1, TV1, TK2, TV2) Methods
Add Method
Clear Method
Contains Method
ContainsKey Method
CopyTo Method
GetEnumerator Method
Remove Method
TryGetValue Method
TransformDictionary
TK1
,
TV1
,
TK2
,
TV2
ContainsKey Method
Determines whether the
IDictionary
TKey, TValue
contains an element with the specified key.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
Copy
public
bool
ContainsKey
( TK1
key
)
Parameters
key
Type:
TK1
The key to locate in the
IDictionary
TKey, TValue
.
Return Value
Type:
Boolean
true if the
IDictionary
TKey, TValue
contains an element with the key; otherwise, false.
Exceptions
Exception
Condition
NotImplementedException
See Also
Reference
TransformDictionary
TK1, TV1, TK2, TV2
Class
com.espertech.esper.compat.collections Namespace
Copyright (c) 2007 - 2019 Espertech
Send comments on this topic to
nesper@espertech.com