ObjectPoolFactory

Description

abstract class Tinman.Core.System.ObjectPoolFactory<T ref>

Derived from

IObjectPoolFactory<T>

Extended by

DefaultObjectPoolFactory sealed

Abstract base class for IObjectPoolFactory implementations.

Public / Constructors

Wrap


[Pure]
public static method Wrap → (1)

method in : ObjectPoolDelegate<T>

[not-null]
The delegate method to wrap.

returns → IObjectPoolFactory<T>

The wrapping object. factory.

Wraps the given ObjectPoolDelegate in an IObjectPoolFactory object.