 | ObjectPoolTFree Method |
Returns the passed object to this pool, if it's not already at maximum capacity.
Namespace: Slash.Collections.PoolsAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic void Free(
T obj
)
Public Sub Free (
obj As T
)
public:
void Free(
T obj
)
member Free :
obj : 'T -> unit
Parameters
- obj
- Type: T
Object to return.
See Also