Declaration
public static ConsoleColoredString JoinColoredString<T>(
this IEnumerable<T> values,
ConsoleColoredString separator = null,
ConsoleColoredString prefix = null,
ConsoleColoredString suffix = null,
ConsoleColor defaultColor = Gray
)
Summary
Equivalent to
IEnumerableExtensions.JoinString<T>(this IEnumerable<T>, string, string, string, string), but for
ConsoleColoredStrings.
Generic type parameters
T | This type parameter is not documented. |