How do you generate documentation from the C# file
commented properly with a command-line compiler?



How do you generate documentation from the C# file commented properly with a command-line compiler..

Answer / 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

More C Sharp Interview Questions

What is constructors, explain with syntax

0 Answers  


Explain the various types of classes used in c#?

0 Answers  


What is Dispose method in .NET?

3 Answers  


Please write a program to display “welcome to bestinterviewquestion.com” in c#?

0 Answers  


What is the use of multicast delegate while methods of multicast delegate do not execute in a order?

2 Answers  


What is difference between continue and break in c#?

0 Answers  


What is the object class in c#?

0 Answers  


One start and stop button is there and one textbox is there.when you click start button ,it will display 1,2,3......up to infinite in textbox.when you click stop button it will stop.

1 Answers  


Where is the output of TextWriterTraceListener redirected?

1 Answers  


What is the use of console readkey ()?

0 Answers  


Can property defined in Interface.

4 Answers   Synechron,


What is difference between code access and role based security?

0 Answers  


Categories