Fork me on GitHub

C#泛型

目录C#泛型概述什么是泛型?泛型有什么用?基本语法1.泛型方法 Method<T>2.泛型类 class GenericClass<T>{}3.泛型接口 public interface GenericInterface<T>{}4.泛型委托 public delegate void Generic
posted @ 2024-05-15 16:54  Aigu  阅读(482)  评论(0编辑  收藏  举报