Click or drag to resize
ObjectPoolTCreatePoolObject Property
Creates a new object to be added to the pool.

Namespace: Slash.Collections.Pools
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public ObjectPoolTCreatePoolObjectDelegate CreatePoolObject { get; set; }

Return Value

Type: ObjectPoolTCreatePoolObjectDelegate
New object to be added to the pool.
See Also