Vidyalelo
C# Programming · Q26

LINQ (Language

Programming · C# Programming · question 26

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>
Answer
C.
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