Click or drag to resize
ListPoolTGet Method
Gets an available list from the pool.

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

Return Value

Type: ListT
An available list from the pool.
See Also