Click or drag to resize
ObjectPoolTCreatePoolObjectDelegate Delegate
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 delegate T CreatePoolObjectDelegate()

Return Value

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