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 |
Return Value
| Type | Description |
|---|---|
| void |