c# LINQ查询方法(2)

聚合类 Count、Max/Min、Average 直接通过代码进行演示 static void Main(string[] args) { Student obj1 = new Student() { StuId = 1001, StuName = "学生1" }; Student obj2 = new Student() { St
相关文章
相关标签/搜索