Update ObjectPool reference assemblies
\n\nCommit migrated from f13113c06b
This commit is contained in:
parent
5e19936a9f
commit
491cbdd119
|
|
@ -38,6 +38,10 @@ namespace Microsoft.Extensions.ObjectPool
|
|||
public override T Get() { throw null; }
|
||||
public override void Return(T obj) { }
|
||||
}
|
||||
public static partial class ObjectPool
|
||||
{
|
||||
public static Microsoft.Extensions.ObjectPool.ObjectPool<T> Create<T>(Microsoft.Extensions.ObjectPool.IPooledObjectPolicy<T> policy = null) where T : class, new() { throw null; }
|
||||
}
|
||||
public abstract partial class ObjectPoolProvider
|
||||
{
|
||||
protected ObjectPoolProvider() { }
|
||||
|
|
|
|||
Loading…
Reference in New Issue