Summary
Each element returned by `enumerator` is appended to `text`.
- Assembly
- UltEvents
.dll - Namespace
- UltEvents
- Containing Type
- UltEventUtils
Syntax
public static void AppendDeepToString(StringBuilder text, IEnumerator enumerator, string separator)
Parameters
| Name | Type | Description |
|---|---|---|
| text | StringBuilder | |
| enumerator | IEnumerator | |
| separator | string |
Return Value
| Type | Description |
|---|---|
| void |