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
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
How can we sort an array in c#?
Structs are largely redundant in c++. Why does c# have them?
Explain the concepts of cts and cls(common language specification).
What is xslt in c#?
Explain the difference between Metadata and Manifest
Is c# a backend language?
Why do we use anonymous method in c#?
What is static classes?
Explain Constructor and destructor?
Can a struct inherit from another struct or class in c#?
Why dictionary is faster than list?
Is c and c# the same?
What is action in c# 3.5?
What is the use of tuple in c#?