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