What?s the .NET datatype that allows the retrieval of data
by a unique key?
Answer Posted / trail blazer
Any class that implements IDictionary interface should
posses the capability to provide data by unique key. Like
SortedDictionalry class.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is option parameter in C#?
What does ienumerable mean?
Why is c# a good programming language?
Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?
What is jagged array?
How do you pass reference parameters in c#?
Can abstract class be sealed?
What is icomparer in c#?
What is the delegate in c#?
Explain get and set accessor properties?
How many bits is int32?
Can constructor be protected in c#?
What is function and method in c#?
Is for loop faster than foreach?
What are constants in c#?