 | ListPoolTScope Structure |
A disposable struct that can be used in conjunction with the "using" keyword to retrieve a pooled list.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic struct Scope : IDisposable
The ListPoolTScope generic type exposes the following members.
Properties|
| Name | Description |
|---|
 | List |
Gets the pooled list.
|
Top
Methods|
| Name | Description |
|---|
 | Dispose |
Releases all resource used by the ListPoolTScope object.
|
Top
See Also