Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</AssemblyInfo>
<Parameters />
<Docs>
<summary>To be added.</summary>
<summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.ParamCollectionAttribute" />class.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
4 changes: 2 additions & 2 deletions xml/System.Text/StringBuilder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7035,7 +7035,7 @@ In .NET Core and in the .NET Framework 4.0 and later versions, when you instanti
<param name="oldValue">The read-only character span to replace.</param>
<param name="newValue">The read-only character span to replace <paramref name="oldValue" /> with.</param>
<summary>Replaces all instances of one read-only character span with another in this builder.</summary>
<returns>To be added.</returns>
<returns>A reference to this instance with <paramref name="oldChar" /> replaced by <paramref name="newChar" />.</returns>
<remarks>If <paramref name="newValue" /> is empty, instances of <paramref name="oldValue" /> are removed from this builder.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -7233,7 +7233,7 @@ In .NET Core and in the .NET Framework 4.0 and later versions, when you instanti
<param name="startIndex">The index to start in this builder.</param>
<param name="count">The number of characters to read in this builder.</param>
<summary>Replaces all instances of one read-only character span with another in part of this builder.</summary>
<returns>To be added.</returns>
<returns>A reference to this instance with <paramref name="oldChar" /> replaced by <paramref name="newChar" />.</returns>
<remarks>If <paramref name="newValue" /> is empty, instances of <paramref name="oldValue" /> are removed from this builder.</remarks>
</Docs>
</Member>
Expand Down