我的问题与Isthereareasonableapproachto"default"typeparametersinC#Generics?有关,但使用内部泛型类这种方法不起作用。给定这样的代码:usingSystem;publicclassFooEventArgs:EventArgs{//...Tpropertiesandaconstructor}publicclassFoo{publicdelegatevoidEventHandler(objectsender,FooEventArgse);publiceventEventHandler>Changed}像这样使用它:publiccl