Version: 2021.1
언어: 한국어
public static void Release (TCollection toRelease);

파라미터

toRelease 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.