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
相關文章
相關標籤/搜索