Skip to content
Merged
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
4 changes: 2 additions & 2 deletions xml/System/Memory`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ The garbage collector will not move the memory until the returned <xref:System.B
<remarks>
<format type="text/markdown"><![CDATA[

Because a call to the <xref=System.Memory%601.ToArray%2A> method performs a heap allocation, it should generally be avoided. However, it is sometimes necessary to take advantage of functionality that is only available for arrays.
Because a call to the `ToArray` method performs a heap allocation, it should generally be avoided. However, it is sometimes necessary to take advantage of functionality that is only available for arrays.

Each call to the `ToArray` method returns a new array.

Expand Down Expand Up @@ -833,4 +833,4 @@ This method copies all of the contents of the current <xref:System.Memory%601> i
</Docs>
</Member>
</Members>
</Type>
</Type>