Click or drag to resize

PairTFirst, TSecond Constructor (TFirst, TSecond)

Construct pair of values.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public Pair(
	TFirst first,
	TSecond second
)

Parameters

first
Type: TFirst
is the first value
second
Type: TSecond
is the second value
See Also