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
Describe two uses of the “using” statement during the operation of c#?
Give examples for value types?
Why we use get and set method in c#?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
What is difference between int and int in c#?
Which attribute is used in order that the method can be used as webservice?
What is thread pooling?
How big is a float?
What is the diff between System.String and System.Text.StringBuilder classes?
So what makes your code really object-oriented #?
What is variable and its classification?
Can the accessibility of a type member be greater than the accessibility of its containing type?
Is c and c# the same?
Why do we use anonymous method in c#?
What is ilist c#?