1.

What are the difference between Conversion Operator ToDictionary and IEnumerable of LINQ?

Answer»
ToDictionaryIEnumerable
Type of CONVERSION OperatorAlso, a kind of Conversion Operator.
It is the INSTANCE of Dictionary (k, T)This is an object as a source SEQUENCE that is returned to the USER via the AsEnumerable operator.


Discussion

No Comment Found