ObjectPool.

Release(StringBuilder) Method

Summary

Sets the System.Text.StringBuilder.Length = 0 and adds it to the list of spares so it can be reused.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ObjectPool

Syntax

public static void Release(StringBuilder builder)

Parameters

Name Type Description
builder StringBuilder

Return Value

Type Description
void