I am learning LINQ.Several examples use ObjectDumper class.What is the use of ObjectDumper class ?
+2
A:
It's a helper class defined in the sample that prints out the contents of the sequence and properties of an object to the console so that you can investigate it. It uses reflection to do so.
Mehrdad Afshari
2009-12-15 21:32:48