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
How many bytes is a char c#?
What is the Signification of the "new " keyword in C#? example
What is a delegate? Explain.
What is private class in c#?
What are accessors?
What is append in c#?
What is data type c#?
What is dynamic dispatch?
What is a method signature?
How can I get around scope problems in a try/catch?
How does one compare strings in c#?
What is ienumerable <> in c#?
Is an interface a type c#?
Enlist some of the properties of a thread class?
Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?