摘要: 参考文献:When to use IEnumerable, ICollection, IList and List? | Scenarions for IEnumerable, ICollection, IList and List | C# Interview Question | C# Prog 阅读全文
posted @ 2021-05-19 18:09 狼王爷 阅读(120) 评论(0) 推荐(0) 编辑
摘要: //调用默认构造函数/唯一的构造函数,再调用List<T> Add方法 var list = new List<string> { "1", "2" };//c# 3.0 语法,即对象初始化器(Object Initializers) //调用默认构造函数/唯一的构造函数,再调用List<T> Ad 阅读全文
posted @ 2021-05-19 11:18 狼王爷 阅读(420) 评论(0) 推荐(0) 编辑