Click or drag to resize

PoolManagerBaseTManagerSettings, TPool, TPoolSettings, TSource, TInstanceObjectPools Property

[This is preliminary documentation and is subject to change.]

When overridden in a derived class, gets the internal object pool dictionary, mapping from the source object to its pool.

Namespace:  Umbrace.Unity.PurePool
Assembly:  Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
protected abstract IDictionary<TSource, TPool> ObjectPools { get; }

Property Value

Type: IDictionaryTSource, TPool
See Also