Method DumpToTable
DumpToTable<T>(IEnumerable<T>, int)
Declaration
public static string DumpToTable<T>(this IEnumerable<T> instance, int maxItemsToShow)
Parameters
Returns
Type Parameters
DumpToTable<T>(IEnumerable<T>, string)
Declaration
public static string DumpToTable<T>(this IEnumerable<T> instance, string separator = "\n\t")
Parameters
Returns
Type Parameters
DumpToTable<T>(IEnumerable<T>, string, string, int?)
Declaration
public static string DumpToTable<T>(this IEnumerable<T> instance, string name, string separator, int? maxItemsToShow)
Parameters
Returns
Type Parameters