 | ObjectPoolTAlloc Method |
Returns a pooled object, if there are any left, or a new one, otherwise.
Namespace: Slash.Collections.PoolsAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
SyntaxPublic Function Alloc As T
member Alloc : unit -> 'T
Return Value
Type:
TObject of this pool.
See Also