Click or drag to resize

LinkedHashMapTK, TV Constructor (SerializationInfo, StreamingContext)

Serialization constructor

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public LinkedHashMap(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The INFO.
context
Type: System.Runtime.SerializationStreamingContext
The context.
See Also