Explain how you can differentiate between Conversion Operator “ToDictionary” and “IEnumerable” of LINQ?
Answer Posted / Shivang Chaudhary
Conversion Operators, like ToDictionary(), are used to convert the results of a query into a different type or structure. IEnumerable<T> is an interface that defines the standard collection interfaces in .NET and is the base for all collections in LINQ.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category