ObjectPool<T>.

Acquire() Method

Summary

Returns an available item, either by removing it from the Weaver.ObjectPool`1.InactiveObjects list if it contains any or by creating a new one. Also adds that item to the Weaver.ObjectPool`1.ActiveObjects collection.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
ObjectPool<T>

Syntax

public T Acquire()

Return Value

Type Description
T