Click or drag to resize

PoolT Constructor

Creates a new object pool that uses the specified factory method to create object instances.

Namespace:  Archon.SwissArmyLib.Pooling
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Pool(
	Func<T> create
)
Request Example View Source

Parameters

create
Type: SystemFuncT
Factory method to use for creating new instances.
See Also