Skip to content
Merged
Changes from 2 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
2 changes: 1 addition & 1 deletion xml/System/String.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4493,7 +4493,7 @@ Depending on Why you want to call the `Copy` method, there are a number of alter
<param name="action">A callback to initialize the string.</param>
<summary>Creates a new string with a specific length and initializes it after creation by using the specified callback.</summary>
<returns>The created string.</returns>
<remarks>To be added.</remarks>
<remarks>The initial content of the destination span passed to <paramref name="action" /> is undefined. Therefore, it is the delegate's responsiblity to ensure that every element of the span is assigned. Otherwise, the resulting string could contain random characters.</remarks>
</Docs>
</Member>
<Member MemberName="Empty">
Expand Down