WeaverUtilities.

DeepToString(IEnumerator) Method

Summary

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

Syntax

public static string DeepToString(this IEnumerator enumerator)

Parameters

Name Type Description
enumerator IEnumerator

Return Value

Type Description
string