IGUtils.

DeepToString(IEnumerator) Method

Summary

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

Syntax

public static string DeepToString(IEnumerator enumerator)

Parameters

Name Type Description
enumerator IEnumerator

Return Value

Type Description
string