EnumerableDebugger ClassCleanCode C# Libraries v1.2.03 API
Provides a Dump method in several flavors to examine intermediate values in a LINQ chain.
Inheritance Hierarchy

OnlineSystem Object
  CleanCode.Diagnostics EnumerableDebugger

Namespace: CleanCode.Diagnostics
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static class EnumerableDebugger
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 OnlineLINQ to Objects – Debugging. See each signature of the Dump method for usage examples.

Since CleanCode 1.00.01.

See Also