Click or drag to resize
DictPoolTKey, TValueScopeDict 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 Dictionary<TKey, TValue> Dict { get; }

Property Value

Type: DictionaryTKey, TValue
The pooled hash set.
See Also