Table of Contents

Method Get

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Get()

Gets a new object from the pool.

public T Get()

Returns

T

A freshly activated object.

Exceptions

InvalidOperationException

No inactive objects are available.