Wow - this one pretty much went by me. As I'm sure most people will have spotted, .NET FX 2.0 has a new generic type called Nullable<T> which does what you would do if you wanted to represent a Nullable reference type (i.e. store the reference type
Read More