Which of the following is not an interface declared in System.Collection namespace?
Correct Answer: IDictionaryComparer
Explanation:
Note: This Question is unanswered, help us to find answer for this one
C# Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More C# MCQ Questions
Which datatype should be used for storing a simple number like 35 to improve execution speed of a program?
Verbatim string literal is better used for ?
Which of the following is NOT a .NET Exception class?
Which String method is used to compare two strings?
Which statement is correct about an Exception?
When dealing with currency calculations you should always use what data type?
Converting a value type to reference type is called....
What is: #if ?
Which of the following is not a valid way to declare a new variable in C#
Can you use pointers to manipulate memory in C#?