Click or drag to resize

LinkedHashMapTK, TVPutAll Method

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

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void PutAll(
	IDictionary source
)

Parameters

source
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="source"/> documentation for "M:com.espertech.esper.compat.collections.LinkedHashMap`2.PutAll(System.Collections.Generic.IDictionary`2)"]

See Also