![]() |
BomberUnits
...a Unity learning project
|
Helper class to provide the common Pair class known from the C++ STL. More...
Collaboration diagram for Pair< T, U >:Public Member Functions | |
| Pair (T first, U second) | |
| override bool | Equals (System.Object obj) |
| override int | GetHashCode () |
Protected Member Functions | |
| virtual bool | Equals (Pair< T, U > other) |
| Override to make comparison functional! | |
Properties | |
| T | First [get, set] |
| U | Second [get, set] |
Helper class to provide the common Pair class known from the C++ STL.