Skip to content

PooledResource<T> Properties

Utility class to support pooled objects by allowing them to track the pool they came from and return to it when disposed

Pool

set
View source
public IObjectPool<T> Pool
Gets the pool to return this resource to upon disposal. A pool must set this property upon resource allocation.