Vidyalelo
C# Programming · Q14

LINQ (Language

Programming · C# Programming · question 14

Q14

What is the purpose of the Distinct operator in LINQ?

A.
Filters a sequence based on a predicate
B.
Returns distinct elements from a sequence
Answer
C.
Projects each element of a sequence
D.
None of the above

Answer: Option B

Solution

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