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

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

The HashPoolTScope generic type exposes the following members.

Properties
  NameDescription
Public propertyHashSet
Gets the pooled hash set.
Top
Methods
  NameDescription
Public methodDispose
Releases all resource used by the HashPoolTScope object.
Top
See Also