ObjectPool<T>.

ReleaseRange(IEnumerable<T>) Method

Summary

Puts a collection of items back into the pool to be available for future use.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
ObjectPool<T>

Syntax

public void ReleaseRange(IEnumerable<T> collection)

Parameters

Name Type Description
collection IEnumerable<T>

Return Value

Type Description
void