What?s the difference between <c> and <code> XML
documentation tag?
Answer Posted / surojit
What’s the difference between <c> and <code> XML
documentation tag?
Single line code example and multiple-line code example.
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are "class access modifiers" in C#?
What is hashtable in c# with example?
Is string passed by reference in c#?
What are immutable types in c#?
Can we have two main methods in c#?
What is dictionary collection in c#?
What is delimiter in c#?
Why do we use static class in c#?
Why to use “finally” block in c#?
What are the access modifiers in c#?
What is enum in c#?
What is anonymous types in c#?
What are extension methods and where can we use them?
What is the default modifier for class in c#?
Can you explain template pattern?