EnumerableDebugger MembersCleanCode C# Libraries v1.2.03 API

The EnumerableDebugger type exposes the following members.
Methods

  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
Properties

  NameDescription
Public propertyStatic memberDefaultColor
Default text color if none is specified.
Public propertyStatic memberShowWhiteSpace
Gets or sets a value indicating whether to show white space by bracketing the value.
Back to Top
See Also