List的Clear方法与RemoveAll方法用法小结
示例代码using System;using System.Collections.Generic; namespace ListClearExp{ class Program { static void Main(string[] args) { List intList = new List();