1
0
mirror of synced 2025-12-21 19:01:54 -05:00
Files
core/release-notes/3.0/api-diff/Asp.Net/3.0.0_Microsoft.Extensions.ObjectPool.md
Rich Lander f82833aa44 Update dotnetcli domain -- 2.x and 3.x (#9687)
* Fix linter errors

* Fix linter errors

* Fix linter errors

* Fix linter errors

* Fix linter errors

* Fix linter errors

* Fix linter errors

* Fix linter errors

* Fix linter errors

* Update linter errors
2025-01-13 09:39:23 -08:00

276 B

Microsoft.Extensions.ObjectPool

 {
     namespace Microsoft.Extensions.ObjectPool {
+        public static class ObjectPool {
+            public static ObjectPool<T> Create<T>(IPooledObjectPolicy<T> policy = null) where T : class, new();
+        }
     }
 }