Function ObjectPoolSimple.Release
Release
(ref T obj)
Releases an object.
Public
Static
void Release (
ref T | obj |
Releases an object.
After the object has been released it should not be used anymore. The variable will be set to null to prevent silly mistakes.
See