摘要: using System;using System.Collections.Generic;using System.Linq.Expressions;using System.Reflection;namespace ConsoleApplication1{ internal class Program { private static void Main() { var student = new Student { Age = 15 }; var p = new Parent { Role = "", Sex = "Male" ... 阅读全文
posted @ 2013-02-01 13:40 chunchill 阅读(237) 评论(0) 推荐(0) 编辑