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 generic delegate in c#?
What is sqlconnection in c#?
What are the types of attributes in c#?
How do you escape in c#?
What is difference between variable and property in c#?
What is _layout cshtml?
What is the difference between double and decimal in c#?
Is and as keyword in c# net?
can you declare an override method to be static if the original method is not static?
Can we inherit private class in c#?
What is the difference between values and reference types?
What is the difference between a private assembly and a shared assembly?
What is string interpolation in c#?
What are tuples c#?
What is desktop example?