Click or drag to resize
DictPoolTKey, TValueScopeDispose Method

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
Remarks
Call Dispose when you are finished using the DictPoolTKey, TValueScope. The Dispose method leaves the DictPoolTKey, TValueScope in an unusable state. After calling Dispose, you must release all references to the DictPoolTKey, TValueScope so the garbage collector can reclaim the memory that the DictPoolTKey, TValueScope was occupying.
See Also