[C#]List的Sort()、Find()、FindAll()、Exist()的使用方法舉例

[C#基礎]List的Sort()、Find()、FindAll()、Exist()的使用方法舉例 List函數用得還是比較多的,正好用到其中的向個方法,做了一個例程,再總結一下: 先建一個學生類: public class student { public int Number { get; set; } public string Name { get; set; } publ
相關文章
相關標籤/搜索