 | DictPoolTKey, TValueGet Method |
Gets an available dictionary from the pool.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic static Dictionary<TKey, TValue> Get()
Return Value
Type:
DictionaryTKey,
TValueAn available dictionary from the pool.
See Also