摘要:
View Code 1 using System; 2 public class GetValue 3 { 4 /*为People扩展一个方法ToValue 5 要求为:能把People里面所有属性的值打印出来*/ 6 public static void Main() 7 { 8 People people = new People(); 9 people.Get("康熙",300);10 }11 }12 public static class ToValue13 {14 public static void G... 阅读全文
posted @ 2012-08-04 10:49
晓 漪
阅读(361)
评论(0)
推荐(0)

浙公网安备 33010602011771号