JobModifierGroup.

AppendContents<T>(StringBuilder, SortedList<int, T>, string) Method

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<int, T>
listName string

Return Value

Type Description
void