Summary
Appends the contents of the `list`.
- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Modifiers - Containing Type
- JobModifierGroup
Syntax
public static void AppendContents<T>(StringBuilder text, SortedList<int, T> list, string listName)
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
text | StringBuilder | |
list | SortedList |
|
listName | string |
Return Value
Type | Description |
---|---|
void |