Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法找到程序集中没有任何 xml 注释的方法的数量。
public int Sum(int i, int j) { .... }
不
在我看来,编译器在编译代码时会消除注释代码。如果您可以使用 .net 框架附带的 ildasm.exe 工具来分析 .exe 文件(实际上它是编译代码后执行的可移植执行文件),您将看不到有关注释代码的信息。