What is a dictionary in c#?



What is a dictionary in c#?..

Answer / Puneet Awasthi

A Dictionary in C# is a collection of key-value pairs that can store data and provide fast access to elements based on keys. It implements the IDictionary interface.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Is a games console a computer?

1 Answers  


the selected inf of other combobox?How do you achieve it?

1 Answers   CTS, Microsoft,


What is the difference between ref & out parameters?

2 Answers  


Explain constructor?

6 Answers   Wipro,


Is it good to use var in c#?

1 Answers  


Define multicast c# delegate?

1 Answers  


What framework is used for performance testing/load testing?

1 Answers   TCS,


What is the difference between a constant and a static readonly field?

1 Answers  


What are generations and how are they used by the garbage collector?

1 Answers  


Can you store multiple data types in System.Array?

5 Answers  


what are the events in delegate?

2 Answers   Choice Solutions,


Which is faster dictionary or list?

1 Answers  


Categories