Click or drag to resize
DictPoolTKey, TValueGet Method
Gets an available dictionary from the pool.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static Dictionary<TKey, TValue> Get()

Return Value

Type: DictionaryTKey, TValue
An available dictionary from the pool.
See Also