Summary
Each element returned by `enumerator` is appended to `text`.
- Assembly
- Kybernetik
.InspectorGadgets .dll - Namespace
- InspectorGadgets
- Containing Type
- IGUtils
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 |