How do you generate documentation from the C# file commented
properly with a command-line compiler?
Answer Posted / guest
Compile it with a /doc switch
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is instantiating a class?
What is the use of console readkey ()?
What do you mean by streamreader/streamwriter class in c#?
What is binding in c#?
Why delegates are safe in c#?
What does dbml stand for?
What is string interpolation in c#?
What is the ouput of the following program?
What is polymorphism and its types in c#?
How does dependency injection work c#?
Is and as in c#?
How do you prevent a class from being inherited in c#?
What is base class in c#?
Why singleton class is sealed in c#?
What do you mean by shared assembly?