The reason being: all generic type arguments must be things that are convertible to object. "ref float" is not convertible to object, so you cannot use it as a generic type argument. – Eric LippertMar 17 '10 at 14:23
Thanks for that, I was struggling to use Func so I know why I cant use it when type is not convertible to object – chugh97Mar 17 '10 at 15:28