MyMediaLite
3.02
|
Generic pair class. More...
Public Member Functions | |
Pair (T first, U second) | |
Create a Pair object from existing data. | |
Properties | |
T | First [get, set] |
the first component | |
U | Second [get, set] |
the second component |
Generic pair class.
Pair | ( | T | first, |
U | second | ||
) | [inline] |
Create a Pair object from existing data.
first | the first component |
second | the second component |
T First [get, set] |
the first component
U Second [get, set] |
the second component