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 the different types of assembly?
What is indexer c#?
Write a syntax for writing a event delegate.
What is oledb in c#?
What is ioc containers c#?
How to put assembly in gac?
What does a constructor do c#?
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList
What are the different types of comments in c#?
What is a console?
What does void mean unity?
Is int an object in c#?
What is the difference between a class and an object c#?
What is the use of console readline () in c#?
Can you mark static constructor with access modifiers?