ObjectPool<T>.

Release(T) Method

Summary

Puts an item back into the pool to be available for future use.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
ObjectPool<T>

Syntax

public void Release(T item)

Parameters

Name Type Description
item T

Return Value

Type Description
void