What is the solution if you need to manipulate sets of items?


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

Post New Answer

More C Sharp Interview Questions

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 difference between method overriding and method overloading?

0 Answers  


What are the types of operator?

0 Answers  


What is expression tree in c#?

0 Answers  


What are the 3 logical operators?

0 Answers  






What is difference between the "throw" and "throw ex" in .net?

0 Answers  


Describe an abstract class?

0 Answers   Siebel,


What is oledb in c#?

0 Answers  


How do I create multifile assembly?

0 Answers  


What is ienumerable <> in c#?

0 Answers  


What is default class in c#?

0 Answers  


Do void methods have parameters?

0 Answers  


Categories