Vidyalelo
C# Programming · Q22

LINQ (Language

Programming · C# Programming · question 22

Q22

In LINQ, what does the All operator do?

A.
Determines whether any element exists in a sequence that satisfies a condition
B.
Returns the number of elements in a sequence
C.
Returns a specific element from a sequence
D.
Determines whether all elements in a sequence satisfy a condition
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board