Multiple Choice
LINQ's Order By clause supports values of any type that implements the interface__________,such as the primitive numeric types and String.
A) ICompare
B) ICompareTo
C) IComparable
D) ISort
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: String method _ returns a String with
Q20: A database management system (DBMS)provides mechanisms for
Q21: _ is an international standard used with
Q22: Selecting elements that satisfy a set of
Q23: The Visual Studio IDE provides IntelliSense support
Q24: The For Each…Next statement is useful for
Q25: Types that implement interface IComparable provide a
Q26: The _extension method returns the number of
Q28: Which of the following returns the number
Q29: You can chain LINQ queries by having