I have this static function...public static object Create(Type t)
{
//unimportant
}
...I don't have control on the above function above, so I cant alter it. The problem is it's not generic, so I have to cast the returned object to some type. ...This t...