Click or drag to resize
DictPoolTKey, TValueRelease Method
Releases a dictionary to the pool.

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

Parameters

dictionary
Type: System.Collections.GenericDictionaryTKey, TValue
Dictionary to release.
See Also