Click or drag to resize

IPoolTSpawn Method

Spawns a recycled or new instance of the type T.

Namespace:  Archon.SwissArmyLib.Pooling
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
T Spawn()
Request Example View Source

Return Value

Type: T
The spawned instance.
See Also