Reflector的簡單使用入門學習

  通過這篇博文學習簡單的Reflector的操作 首先新建一個項目 在這個項目中我們新建了一個類 public class People { public int Id { get; set; } public string Name { get; set; } public int Age { get; set; } } 在Mai
相關文章
相關標籤/搜索