BomberUnits
...a Unity learning project
Pair< T, U > Class Template Reference

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

First [get, set]
 
Second [get, set]
 

Detailed Description

Helper class to provide the common Pair class known from the C++ STL.

Definition at line 4 of file Pair.cs.


The documentation for this class was generated from the following file: