ObjectPool<T>.Generator
Delegate in Zigurous.DataStructures
Declaration
public delegate T Generator();Description
A function delegate that creates a new instance of T.
Returns
| T | A new instance of T. | 
public delegate T Generator();A function delegate that creates a new instance of T.
| T | A new instance of T. |