Click or drag to resize
HashPoolT Class
A generic class for storing a pool of hash sets.
Inheritance Hierarchy
SystemObject
  CandlelightHashPoolT

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static class HashPool<T>

Type Parameters

T
The hash set element type.

The HashPoolT type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGet
Gets an available hash set from the pool.
Public methodStatic memberRelease
Releases a hash set to the pool.
Top
See Also