摘要:
原文链接:https://blog.csdn.net/daigualu/article/details/70800012 .NET中list的扩展方法Distinct可以去掉重复的元素,分别总结默认去重和自定义去重。 class Program { static void Main(string[] 阅读全文
摘要:
原文链接:https://www.cnblogs.com/lxhbky/p/6020612.html 方法一,通过外部方法传入的实例来实例化: //泛型类: public class MySQLHelp<T> { private T t; public MySQLHelp(T t) { this.t 阅读全文