Releases an object from the pool
| C# | Visual Basic | Visual C++ |
public T Get()
Public Function Get As T
public: T Get()
The object from the pool, or a new created one if a pool is empty
| C# | Visual Basic | Visual C++ |
public T Get()
Public Function Get As T
public: T Get()