C# 用foreach遍历
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections.Specialized;namespace TestCollectionForeach{ class Program { static void Mai...