Click or drag to resize
ObjectPoolTFree Method
Returns the passed object to this pool, if it's not already at maximum capacity.

Namespace: Slash.Collections.Pools
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public void Free(
	T obj
)

Parameters

obj
Type: T
Object to return.
See Also