What?s class SortedList underneath?



What?s class SortedList underneath?..

Answer / guest

A sorted HashTable

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Explain the steps to create satellite assembly?

0 Answers  


Is c# an open source?

0 Answers  


How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?

0 Answers  


What are native methods?

0 Answers  


Give an example to show for hiding base class methods?

0 Answers  






What is difference between c sharp and c#?

0 Answers  


What is the difference between iqueryable and ienumerable?

0 Answers  


Difference between string and stringbuilder?

3 Answers   HCL, Siemens, TCS,


Define multicast c# delegate?

0 Answers  


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


What are cshtml files?

0 Answers  


What are desktop applications examples?

0 Answers  


Categories