Q16
What is the purpose of the SelectMany operator in LINQ?
A.
Filters a sequence based on a predicate
B.
Orders the elements of a sequence
C.
Groups the elements of a sequence
D.
Projects each element of a sequence and flattens the resulting sequences
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board