c# LINQ查询方法(2)

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