Interface IPoolComponent<T>.IManagedInterface
Represents the managed interface implemented by its unmanaged counterpart.
public interface IPoolComponent<T>.IManagedInterface : IUnmanagedInterface
- Inherited Members
Methods
AsPool()
Converts this component to a pool.
IPool<T> AsPool()
Returns
- IPool<T>
A pool.