Method DumpToString
DumpToString<T>(IEnumerable<T>)
Declaration
public static string DumpToString<T>(this IEnumerable<T> instance)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | instance |
Returns
Type | Description |
---|---|
string |
Type Parameters
Name | Description |
---|---|
T |