摘要: namespace _03{ class Program { public static void Main() { Person person = new Person(); IEnumerator ienu= person.GetEnumerator(); while (ienu.MoveNex 阅读全文
posted @ 2016-12-15 10:39 温柔牛 阅读(212) 评论(0) 推荐(0)