AnimancerUtilities.

DeepToString(IEnumerable, Func<Object, Object>) Method

Summary

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

Syntax

public static string DeepToString(this IEnumerable collection, Func<Object, Object> toString = null)

Parameters

Name Type Description
collection IEnumerable
toString Func<Object, Object>

Return Value

Type Description
string