Name: Anonymous 2009-02-13 17:51
Fortransexuals
Maybe<int>, so ??ing it with a string doesn't make much sense.?? is for Nullable<T>, not this Maybe<T>. Nullable isn't useful here, because it's declared as struct Nullable<T> where T : struct, i.e. T must be a value type.?? is overloadable. But I don't think it is.