Click or drag to resize
HashPoolTScopeHashSet Property
Gets the pooled hash set.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public HashSet<T> HashSet { get; }

Property Value

Type: HashSetT
The pooled hash set.
See Also