public class ObjectPool<T> where T : class, new()
Public Class ObjectPool(Of T As {Class, New})
generic<typename T> where T : ref class, gcnew() public ref class ObjectPool
type ObjectPool<'T when 'T : not struct, new()> = class end
The ObjectPoolT type exposes the following members.