Skip to content

Commit d954bbf

Browse files
jkotasstephentoub
andauthored
Update ArrayPool`1.xml (#4507)
* Update ArrayPool`1.xml Co-authored-by: Stephen Toub <[email protected]>
1 parent bba51a8 commit d954bbf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xml/System.Buffers/ArrayPool`1.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,9 @@ The instance of the <xref:System.Buffers.ArrayPool%601> class created by this me
199199
## Remarks
200200
201201
This buffer is loaned to the caller and should be returned to the same pool using the <xref:System.Buffers.ArrayPool%601.Return%2A> method, so that it can be reused in subsequent calls to the <xref:System.Buffers.ArrayPool%601.Rent%2A> method. Failure to return a rented buffer is not a fatal error. However, it may lead to decreased application performance, as the pool may need to create a new buffer to replace the lost one.
202-
]]></format>
202+
203+
The array returned by this method may not be zero-initialized.
204+
]]></format>
203205
</remarks>
204206
</Docs>
205207
</Member>

0 commit comments

Comments
 (0)