2019年10月21日 c#中判断类是否继承于泛型基类 在c#中,有时候我们会编写类似这样的代码: public class a<T> { //具体类的实现 } public class b : a<... 代码整理 1,338 人阅读 0 条评论 阅读全文