Interview Questions

How do you generate documentation from the C# file commented properly with a command-line compiler?

C# Interview Questions and Answers


(Continued from previous question...)

133. How do you generate documentation from the C# file commented properly with a command-line compiler?

Compile it with a /doc switch.

(Continued on next question...)

Other Interview Questions