Overload List
Name | Description | |
---|---|---|
Dump T (IEnumerable T ) |
Dumps the specified input to the console using the default color.
| |
Dump T (IEnumerable T , ConsoleColor) |
Dumps the specified input to the console, colorizing per the specified color.
| |
Dump 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.
|
See Also