摘要: using System; using System.Collections.Generic; using System.Text; using System.Reflection; namespace ObjectCompare { public class Person { public string Name { get; set; } public int Age { get; set; } } static class Program { static void Main(string[] ar... 阅读全文
posted @ 2012-05-16 14:19 清山博客 阅读(1211) 评论(2) 推荐(0)