Skip to content

Add remarks regarding the initial content of span in string.Create #4028

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 23, 2020
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