Version: 2022.2
言語: 日本語
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.