Click or drag to resize

NullableValueTypeDictionaryK, VAdd Method (Nullable, Void)

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

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

Parameters

key
Type: SystemNullableT

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

value
Type: SystemVoid

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

See Also