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
What is console writeline in c#?
Can we inherit sealed class in c#?
Explain About DTS package
Is it possible to have a static indexer in c#? Allowed in c#.
Where value types are stored in c#?
What do you mean by winforms in c#?
What is a dimensional array?
Explain the different types of delegates used in c#.
What does assert() do in c#?
Define constructor in c#.
Can you put two constructor with the same structure in a class?
what is method overloading in c#?
What is a .aspx file?
Explain the difference between “constant” and “read-only” variables used in c#?
What is var c#?