How to get a nice class diagram for built-in .net classes?

佐手、 提交于 2019-12-05 10:32:45

I was able to generate a class diagram for the entire namespace by:

  1. creating a new blank class diagram
  2. opening View->Object Explorer
  3. entering "codedom" and search
  4. drag and droping the System.CodeDom namespace to the blank diagram

I hope this is what you meant.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!