Click or drag to resize
ListPoolTScopeList Property
Gets the pooled list.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public List<T> List { get; }

Property Value

Type: ListT
The pooled list.
See Also