LeakTrackingObjectPool<T> Class

Definition

generic <typename T>
 where T : classpublic ref class LeakTrackingObjectPool : Microsoft::Extensions::ObjectPool::ObjectPool<T>
public class LeakTrackingObjectPool<T> : Microsoft.Extensions.ObjectPool.ObjectPool<T> where T : class
type LeakTrackingObjectPool<'T (requires 'T : null)> = class
    inherit ObjectPool<'T (requires 'T : null)>
Public Class LeakTrackingObjectPool(Of T)
Inherits ObjectPool(Of T)

Type Parameters

T
Inheritance
LeakTrackingObjectPool<T>

Constructors

LeakTrackingObjectPool<T>(ObjectPool<T>)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
Get()
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Return(T)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to