LeakTrackingObjectPool<T>(ObjectPool<T>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of LeakTrackingObjectPool<T>.
public:
LeakTrackingObjectPool(Microsoft::Extensions::ObjectPool::ObjectPool<T> ^ inner);
public LeakTrackingObjectPool (Microsoft.Extensions.ObjectPool.ObjectPool<T> inner);
new Microsoft.Extensions.ObjectPool.LeakTrackingObjectPool<'T (requires 'T : null)> : Microsoft.Extensions.ObjectPool.ObjectPool<'T (requires 'T : null)> -> Microsoft.Extensions.ObjectPool.LeakTrackingObjectPool<'T (requires 'T : null)>
Public Sub New (inner As ObjectPool(Of T))
Parameters
- inner
- ObjectPool<T>
The ObjectPool<T> instance to track leaks in.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.