摘要: 怎么声明。 //泛型类 public class GenericClass<T> where T : ISports { } //泛型接口 public interface GenericInterface<S> { } //泛型委托 public delegate void Do<T>() whe 阅读全文
posted @ 2021-02-20 17:27 木讷的石头 阅读(305) 评论(0) 推荐(0)