How do you generate documentation from the C# file commented
properly with a command-line compiler?
Answer Posted / saxena
Compile it with a /doc switch.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which is faster abstract class or interface in c#?
What is args c#?
How do I create a multilanguage?
Can you have more than one namespace in c#?
What are nested classes in c#?
Which namespaces are necessary to create a localized application?
What is literal control
If a child class instance is created, which class constructor is called first - base class or child class?
What are the two kinds of properties in c#.
What are Indexers in C#?
What is action in c# 3.5?
Is c# an open source language?
Explain About web methods and its various attributes
What is cache memory in c#?
How many parameters can a method have c#?