Click or drag to resize
ListPoolT Class
A generic class for storing a pool of lists.
Inheritance Hierarchy
SystemObject
  CandlelightListPoolT

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

Type Parameters

T
The list element type.

The ListPoolT type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGet
Gets an available list from the pool.
Public methodStatic memberRelease
Releases a list to the pool.
Top
See Also