Click or drag to resize
HashPoolTRelease Method
Releases a hash set to the pool.

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

Parameters

hashSet
Type: System.Collections.GenericHashSetT
Hash set to release.
See Also