Click or drag to resize

MagicStringDictionaryTVContains Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.magic.MagicStringDictionary`1.Contains(System.Collections.Generic.KeyValuePair`2)"]

Namespace:  com.espertech.esper.compat.magic
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public bool Contains(
	KeyValuePair item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue

[Missing <param name="item"/> documentation for "M:com.espertech.esper.compat.magic.MagicStringDictionary`1.Contains(System.Collections.Generic.KeyValuePair`2)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.compat.magic.MagicStringDictionary`1.Contains(System.Collections.Generic.KeyValuePair`2)"]

See Also