Skip to content

Commit 8598ae2

Browse files
authored
Add remaining doc from issue 105988 (#10259)
1 parent 27f7094 commit 8598ae2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

xml/System.Runtime.CompilerServices/ParamCollectionAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</AssemblyInfo>
3838
<Parameters />
3939
<Docs>
40-
<summary>To be added.</summary>
40+
<summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.ParamCollectionAttribute" />class.</summary>
4141
<remarks>To be added.</remarks>
4242
</Docs>
4343
</Member>

xml/System.Text/StringBuilder.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7035,7 +7035,7 @@ In .NET Core and in the .NET Framework 4.0 and later versions, when you instanti
70357035
<param name="oldValue">The read-only character span to replace.</param>
70367036
<param name="newValue">The read-only character span to replace <paramref name="oldValue" /> with.</param>
70377037
<summary>Replaces all instances of one read-only character span with another in this builder.</summary>
7038-
<returns>To be added.</returns>
7038+
<returns>A reference to this instance with <paramref name="oldChar" /> replaced by <paramref name="newChar" />.</returns>
70397039
<remarks>If <paramref name="newValue" /> is empty, instances of <paramref name="oldValue" /> are removed from this builder.</remarks>
70407040
</Docs>
70417041
</Member>
@@ -7233,7 +7233,7 @@ In .NET Core and in the .NET Framework 4.0 and later versions, when you instanti
72337233
<param name="startIndex">The index to start in this builder.</param>
72347234
<param name="count">The number of characters to read in this builder.</param>
72357235
<summary>Replaces all instances of one read-only character span with another in part of this builder.</summary>
7236-
<returns>To be added.</returns>
7236+
<returns>A reference to this instance with <paramref name="oldChar" /> replaced by <paramref name="newChar" />.</returns>
72377237
<remarks>If <paramref name="newValue" /> is empty, instances of <paramref name="oldValue" /> are removed from this builder.</remarks>
72387238
</Docs>
72397239
</Member>

0 commit comments

Comments
 (0)