Method DumpToNamedTable
DumpToNamedTable<T>(IEnumerable<T>, string, string)
Declaration
public static string DumpToNamedTable<T>(this IEnumerable<T> instance, string name, string separator = "\n\t")
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | instance | |
string | name | |
string | separator |
Returns
Type | Description |
---|---|
string |
Type Parameters
Name | Description |
---|---|
T |
DumpToNamedTable<T>(IEnumerable<T>, string, int, string)
Declaration
public static string DumpToNamedTable<T>(this IEnumerable<T> instance, string name, int maxItemsToShow, string separator = "\n\t")
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | instance | |
string | name | |
int | maxItemsToShow | |
string | separator |
Returns
Type | Description |
---|---|
string |
Type Parameters
Name | Description |
---|---|
T |