Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions xml/ns-Microsoft.Extensions.ObjectPool.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<Namespace Name="Microsoft.Extensions.ObjectPool">
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<summary>
Supports keeping a group of objects in memory for reuse rather than allowing the objects to be garbage collected.
</summary>
<remarks>
<format type="text/markdown"><![CDATA[
For an example of how to use it, see [Object reuse with ObjectPool in ASP.NET Core](/aspnet/core/performance/objectpool?view=aspnetcore-5.0)
]]></format>
</remarks>
</Docs>
</Namespace>