Version: 2021.3
언어: 한국어
public void Release (T element);

파라미터

element The instance to return to the pool.

설명

Returns the instance back to the pool.

If the pool has collection checks enabled and the instance is already held by the pool then an exception will be thrown.