C Sharp (C#) - LINQ Fundamentals
Which of the following is the correct syntax to sort a list of integers named
numbers in ascending order using OrderBy?numbers in ascending order using OrderBy?OrderBy requires a key selector function like n => n to specify sorting key.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions