Click or drag to resize
HashPoolTGet Method
Gets an available hash set from the pool.

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

Return Value

Type: HashSetT
An available hash set from the pool.
See Also