How do you generate documentation from the C# file
commented properly with a command-line compiler?
Answer Posted / mohan kumar e.
By /doc switch in the commandline compiler we can generate
xml documentation.
csc ab.cs /doc:ab.xml
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How do I download a program to my desktop?
Is arraylist faster than linkedlist?
What is the main purpose of xml?
Is there regular expression (regex) support available to c# developers?
Is there an equivalent to the instanceof operator in visual j++?
What is an assembly qualified name? Is it a filename? How is it different?
what is IEquatable
What is Web.config?
What are the different types of constructors?
What is a .exe extension files? How is it similar to .dll extension files?
How can I use .NET components from COM programs?
What is difference between private and protected in c#?
Is goto statement supported in c#?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
Can a sealed class be used as a base class?