[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Construct pair of values.

Namespace: net.esper.collection
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	first As FirstT, _
	second As SecondT _
)
C#
public Pair (
	FirstT first,
	SecondT second
)
Visual C++
public:
Pair (
	FirstT first, 
	SecondT second
)

Parameters

first
FirstT type parameter of net.esper.collection.Pair<(Of FirstT, SecondT>).
is the first value
second
SecondT type parameter of net.esper.collection.Pair<(Of FirstT, SecondT>).
is the second value