ObjectPool<T>.

ReleaseAll() Method

Summary

Releases all elements of this list back to the pool and clears it.

Throws a System.NullReferenceException if Weaver.ObjectPool`1.ActiveObjects is null.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
ObjectPool<T>

Syntax

public void ReleaseAll()

Return Value

Type Description
void