Click or drag to resize
ObjectPoolTAlloc Method
Returns a pooled object, if there are any left, or a new one, otherwise.

Namespace: Slash.Collections.Pools
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public T Alloc()

Return Value

Type: T
Object of this pool.
See Also