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

What is ilasm.exe used for?

510


Is string value type c#?

490


What are the Types of values mode can hold session state in web.config

553


What does void do in c#?

525


Why is it not a good idea to use empty destructors?

548






What is string literal in c#?

527


What is method and function in c#?

498


What are the access modifiers in c#?

503


Does c# support parameterized properties?

518


Can a abstract class have a constructor?

468


What is float in unity?

506


Is c# used for frontend or backend?

588


What do you mean by streamreader/streamwriter class in c#?

526


Explain deadlock?

517


code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.

1772