Click or drag to resize
ListPoolTRelease Method
Releases a list to the pool.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static void Release(
	List<T> list
)

Parameters

list
Type: System.Collections.GenericListT
List to release.
See Also