Provides a Dump method in several flavors
to examine intermediate values in a LINQ chain.
Inheritance Hierarchy
CleanCode.Diagnostics EnumerableDebugger
Namespace: CleanCode.Diagnostics
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Remarks
The Dump method in this class is inspired by LINQPad's Dump method while the code is actually based on Bart De Smet's Watch method in his article LINQ to Objects – Debugging. See each signature of the Dump method for usage examples.
Since CleanCode 1.00.01.
See Also