WeaverUtilities.

DeepToString(IEnumerable) Method

Summary

Returns a string containing the value of each element in `collection` (each on a new line).
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
WeaverUtilities

Syntax

public static string DeepToString(this IEnumerable collection)

Parameters

Name Type Description
collection IEnumerable

Return Value

Type Description
string