Click or drag to resize
ObjectPoolT Methods

The ObjectPoolT generic type exposes the following members.

Methods
  NameDescription
Public methodAlloc
Returns a pooled object, if there are any left, or a new one, otherwise.
Public methodFree
Returns the passed object to this pool, if it's not already at maximum capacity.
Top
See Also