IObjectPool

Description

interface Tinman.Core.System.IObjectPool<T in ref>

Derived from

IObjectPoolBase

Extended by

IObjectPoolGet

Generic base interface for classes that perform memory pooling of objects.

See also

ObjectPoolUtil

Public / Methods

Put


public method Put → (1)

obj in : T

[not-null]
The pooled object to put back.

Puts the given pooled object back.