How you can differentiate between conversion operator "todictionary" and "ienumerable" of linq?
Answer Posted / Deepak Kumar Tiwari
The ToDictionary() method creates a Dictionary from the enumerable, while IEnumerable<T> represents an enumeration without performing any operations.
| 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