 | ObjectPoolTCreatePoolObjectDelegate Delegate |
Creates a new object to be added to the pool.
Namespace: Slash.Collections.PoolsAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic delegate T CreatePoolObjectDelegate()
Public Delegate Function CreatePoolObjectDelegate As T
public delegate T CreatePoolObjectDelegate()
type CreatePoolObjectDelegate =
delegate of unit -> 'T
Return Value
Type:
TNew object to be added to the pool.
See Also