[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
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 InterchangeablePair ( FirstT first, SecondT second ) |
Visual C++ |
---|
public: InterchangeablePair ( FirstT first, SecondT second ) |
Parameters
- first
- FirstT type parameter of net.esper.collection.InterchangeablePair<(Of FirstT, SecondT>).
is the first value
- second
- SecondT type parameter of net.esper.collection.InterchangeablePair<(Of FirstT, SecondT>).
is the second value