 | DictPoolTKey, TValueScopeDict Property |
Gets the pooled hash set.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic Dictionary<TKey, TValue> Dict { get; }Property Value
Type:
DictionaryTKey,
TValueThe pooled hash set.
See Also