What?s the difference between <c> and <code> XML
documentation tag?
Answer Posted / subodh kumar
<C> tag represent the single line of code while <code> tag
is represent the multiple line of code.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between delegates and events in c#?
What is Garbage Collection in .Net?
Why do we need delegates in c#?
What is difference between arraylist and list in c#?
Can we change static variable value in c#?
What is the default value of date?
What is pure abstract class in c#?
What is console write in c#?
Give some examples for built in datatypes in c#?
What is the difference between static and private constructor?
How to prevent the error while updating ui control from another thread?
What is the difference between the debug class and trace class? Documentation looks the same.
What are the classes contained in a single .NET DLL ?
Can arraylist store different data types in c#?
Is c# pass by reference?