Click or drag to resize

SerialisableObjectPoolTRemove Method

[This is preliminary documentation and is subject to change.]

Removes the specified instance from the pool.

Namespace:  Umbrace.Unity.PurePool
Assembly:  Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public bool Remove(
	T instance
)

Parameters

instance
Type: T
The instance of the source object that should be removed from the pool.

Return Value

Type: Boolean
if the instance was found in the pool and removed; otherwise, .
See Also