Click or drag to resize

SubmapDictionaryK, VContainsKey Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.SubmapDictionary`2.ContainsKey(`0)"]

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

Parameters

key
Type: K

[Missing <param name="key"/> documentation for "M:com.espertech.esper.compat.collections.SubmapDictionary`2.ContainsKey(`0)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.SubmapDictionary`2.ContainsKey(`0)"]

See Also