摘要:
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_
阅读(315)
评论(0)
推荐(0)

浙公网安备 33010602011771号