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
Can a struct inherit from an interface in c#?
What is a framework in c#?
What is the difference between delegates and events in c#?
Can I define my own exceptions?
What does type safe mean in c#?
Why do we need serialization?
What are the properties in c#?
Is .net and c# the same?
What is the difference between virtual method and abstract method?
What is bitwise operator in c#?
Is multiple inheritance possible in c#?
What do you understand by 'access specifiers' in C#?
What is an escape sequence?
Define c# i/o classes? List the commonly used classes?
Is a decimal an integer?