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
7 changes: 6 additions & 1 deletion xml/System/String.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4493,7 +4493,12 @@ 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>
<format type="text/markdown"><![CDATA[
## Remarks
The initial content of the destination span passed to `action` is undefined. Therefore, it is the delegate's responsibility to ensure that every element of the span is assigned. Otherwise, the resulting string could contain random characters.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="Empty">
Expand Down