The EnumerableDebugger type exposes the following members.
Back to Top
Back to Top
Methods
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.
|
Properties
Name | Description | |
---|---|---|
![]() ![]() | DefaultColor |
Default text color if none is specified.
|
![]() ![]() | ShowWhiteSpace |
Gets or sets a value indicating whether to show white space by bracketing the value.
|
See Also