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 executescalar in c#?
What is a cs file?
What is difference between assembly and namespace?
Are multiple data types stored in System.Array?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
is it possible to access a remote web service Without UDDI?
Are tuples immutable c#?
What is the difference between delegates and superdelegates?
Which compiler switch creates an xml file from xml comments in the files in an assembly?
What are types in c#?
What is the difference between console application and windows application?
How to use delegates with events?
What are the types of access modifiers?
Can we declare class as protected?
if a method is marked as protected internal who can access it?