mrfangzheng

Hope and fear are useless. Be confident, and always be prepared for the worst.
  首页  :: 新随笔  :: 联系 :: 管理

2008年7月4日

摘要: class Person{ public int Age { get; set; }} class Program{ static void Main() { var person = new Person(); var age = InfoOf(() => person.Age); Console.WriteLine(age.Name)... 阅读全文

posted @ 2008-07-04 20:30 mrfangzheng 阅读(189) 评论(0) 推荐(0) 编辑