Click or drag to resize
ListPoolTScope Structure
A disposable struct that can be used in conjunction with the "using" keyword to retrieve a pooled list.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public struct Scope : IDisposable

The ListPoolTScope generic type exposes the following members.

Properties
  NameDescription
Public propertyList
Gets the pooled list.
Top
Methods
  NameDescription
Public methodDispose
Releases all resource used by the ListPoolTScope object.
Top
See Also