Method Get
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
Get()
Gets a new object from the pool.
[Version(3, 2, 0)]
public T Get()
Returns
- T
A freshly activated object.
Exceptions
- InvalidOperationException
No inactive objects are available.