Click or drag to resize

OrderedDictionaryTK, TVContainsKey Method

Determines whether the specified key contains key.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public bool ContainsKey(
	TK key
)

Parameters

key
Type: TK
The key.

Return Value

Type: Boolean
true if the specified key contains key; otherwise, false.
See Also