Click or drag to resize

ReadOnlyDictionaryTK, TVAdd Method (TK, TV)

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.ReadOnlyDictionary`2.Add(`0,`1)"]

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void Add(
	TK key,
	TV value
)

Parameters

key
Type: TK

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

value
Type: TV

[Missing <param name="value"/> documentation for "M:com.espertech.esper.compat.collections.ReadOnlyDictionary`2.Add(`0,`1)"]

See Also