EnumerableDebugger Dump Method CleanCode C# Libraries v1.2.03 API
Overload List

  NameDescription
Public methodStatic memberDump T (IEnumerable T )
Dumps the specified input to the console using the default color.
Public methodStatic memberDump T (IEnumerable T , ConsoleColor)
Dumps the specified input to the console, colorizing per the specified color.
Public methodStatic memberDump T (IEnumerable T , Func T, String , ConsoleColor)
Dumps the specified input to the console, decorating the input with a custom function and colorizing per the specified color.
Back to Top
See Also