Click or drag to resize

OrderedDictionaryTK, TVAdd Method (KeyValuePair)

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.OrderedDictionary`2.Add(System.Collections.Generic.KeyValuePair`2)"]

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void Add(
	KeyValuePair item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue

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

See Also