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


Please Help Members By Posting Answers For Below Questions

Can a struct inherit from an interface in c#?

713


What is a framework in c#?

643


What is the difference between delegates and events in c#?

629


Can I define my own exceptions?

640


What does type safe mean in c#?

678






Why do we need serialization?

640


What are the properties in c#?

665


Is .net and c# the same?

711


What is the difference between virtual method and abstract method?

713


What is bitwise operator in c#?

654


Is multiple inheritance possible in c#?

738


What do you understand by 'access specifiers' in C#?

671


What is an escape sequence?

671


Define c# i/o classes? List the commonly used classes?

720


Is a decimal an integer?

636