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

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

The DictPoolTKey, TValueScope generic type exposes the following members.

Properties
  NameDescription
Public propertyDict
Gets the pooled hash set.
Top
Methods
  NameDescription
Public methodDispose
Releases all resource used by the DictPoolTKey, TValueScope object.
Top
See Also