Q26
What is the purpose of the AsEnumerable operator in LINQ?
A.
Converts a sequence to a List<T>
B.
Converts a sequence to an IEnumerable<T>
AnswerC.
Converts a sequence to an Array<T>
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board