LeakTrackingObjectPool<T>.Get Method

Definition

Gets an object from the pool if one is available, otherwise creates one.

public:
 override T Get();
public override T Get ();
override this.Get : unit -> 'T
Public Overrides Function Get () As T

Returns

T

A T.

Applies to