 | 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
Syntaxpublic Pair(
TFirst first,
TSecond second
)
Parameters
- first
- Type: TFirst
is the first value - second
- Type: TSecond
is the second value
See Also