What happens if you add duplicate elements to a set?


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

Post New Answer

More C Sharp Interview Questions

What is the object class in c#?

0 Answers  


What is difference between array and list in c#?

0 Answers  


What is private class in c#?

0 Answers  


Why main method is static in c#?

0 Answers  


Is c# scripting language?

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 overloading & overriding

3 Answers   Fulcrum Logic, Synergy,


What is difference between list and ilist in c#?

0 Answers  


What is out in c#?

0 Answers  


What is extended class in c#?

0 Answers  


How do you create partial methods?

0 Answers  


We cannot create instances of static classes. Can we have constructors for static classes?

0 Answers  


Categories