摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections.Specialized;namespace TestCollectionForeach{ class Program { static void Main(string[] args) { StringCollection strColl = new StringCollection(); strColl.Add("Gavin"); strColl.Add(&qu 阅读全文