StringBuilderPool.

Release(StringBuilder) Method

Summary

Adds the `item` to the list of spares so it can be reused.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
StringBuilderPool

Syntax

public override void Release(StringBuilder text)

Parameters

Name Type Description
text StringBuilder

Return Value

Type Description
void