摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ReflectionTest{ public class Employee { public string Name { get; set; } public int Age { get; set; } }}using System;using System.Collections.Generic;using System.Linq;using System.Text... 阅读全文
posted @ 2013-09-24 22:10 Master HaKu 阅读(287) 评论(0) 推荐(0) 编辑