WeaverUtilities.

Release<T>(List<T>) Method

Summary

Clears the `list` and puts it into the pool to be available for reuse, then sets the reference to null.

If `list` is already null, this method will do nothing.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
WeaverUtilities

Syntax

public static void Release<T>(ref List<T> list)

Type Parameters

Name Description
T

Parameters

Name Type Description
list List<T>

Return Value

Type Description
void