What is the difference between static and private constructor in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is access modifier in c#?

0 Answers  


How can you clean up objects holding resources from within the code?

4 Answers   Wipro,


What is global namespace in c#?

0 Answers  


What are the 3 different types of arrays?

0 Answers  


What is a multicast c# delegate?

0 Answers  






What is default access modifier for class in c#?

0 Answers  


Which is better python or c#?

0 Answers  


When can a derived class override a base class member?

0 Answers  


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<string, AddInProject> m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList<string, AddInProject>(); } } }

0 Answers   ABC, WinsIndia,


What is a int in c#?

0 Answers  


What are the applications of c#?

0 Answers  


What is parallel programming in c#?

0 Answers  


Categories