ZFYCH_Love

Simply but Powerful

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2013年4月15日

摘要: View Code using System;using System.Collections;public class Person{ public Person(string fName, string lName) { this.firstName = fName; this.lastName = lName; } public string firstName; public string lastName;}public class People : IEnumerable{ private Person[] _peop... 阅读全文
posted @ 2013-04-15 16:22 xiaoyang_ 阅读(295) 评论(0) 推荐(0) 编辑