|
1336 | 1336 | <Parameter Name="value" Type="System.ReadOnlyMemory<System.Char>" Index="0" FrameworkAlternate="netcore-3.0" />
|
1337 | 1337 | </Parameters>
|
1338 | 1338 | <Docs>
|
1339 |
| - <param name="value">To be added.</param> |
1340 |
| - <summary>To be added.</summary> |
1341 |
| - <returns>To be added.</returns> |
| 1339 | + <param name="value">The read-only character memory region to append.</param> |
| 1340 | + <summary>Appends the string representation of a specified read-only character memory region to this instance.</summary> |
| 1341 | + <returns>A reference to this instance after the append operation is completed.</returns> |
1342 | 1342 | <remarks>To be added.</remarks>
|
1343 | 1343 | </Docs>
|
1344 | 1344 | </Member>
|
|
1368 | 1368 | <Parameter Name="value" Type="System.ReadOnlySpan<System.Char>" Index="0" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
1369 | 1369 | </Parameters>
|
1370 | 1370 | <Docs>
|
1371 |
| - <param name="value">To be added.</param> |
1372 |
| - <summary>To be added.</summary> |
1373 |
| - <returns>To be added.</returns> |
| 1371 | + <param name="value">The read-only character span to append.</param> |
| 1372 | + <summary>Appends the string representation of a specified read-only character span to this instance.</summary> |
| 1373 | + <returns>A reference to this instance after the append operation is completed.</returns> |
1374 | 1374 | <remarks>To be added.</remarks>
|
1375 | 1375 | </Docs>
|
1376 | 1376 | </Member>
|
|
1593 | 1593 | <Parameter Name="value" Type="System.Text.StringBuilder" Index="0" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
1594 | 1594 | </Parameters>
|
1595 | 1595 | <Docs>
|
1596 |
| - <param name="value">To be added.</param> |
1597 |
| - <summary>To be added.</summary> |
1598 |
| - <returns>To be added.</returns> |
| 1596 | + <param name="value">The string builder to append.</param> |
| 1597 | + <summary>Appends the string representation of a specified string builder to this instance.</summary> |
| 1598 | + <returns>A reference to this instance after the append operation is completed.</returns> |
1599 | 1599 | <remarks>To be added.</remarks>
|
1600 | 1600 | </Docs>
|
1601 | 1601 | </Member>
|
|
2130 | 2130 | <Parameter Name="count" Type="System.Int32" Index="2" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
|
2131 | 2131 | </Parameters>
|
2132 | 2132 | <Docs>
|
2133 |
| - <param name="value">To be added.</param> |
2134 |
| - <param name="startIndex">To be added.</param> |
2135 |
| - <param name="count">To be added.</param> |
2136 |
| - <summary>To be added.</summary> |
2137 |
| - <returns>To be added.</returns> |
| 2133 | + <param name="value">The string builder that contains the substring to append.</param> |
| 2134 | + <param name="startIndex">The starting position of the substring within <paramref name="value" />.</param> |
| 2135 | + <param name="count">The number of characters in <paramref name="value" /> to append.</param> |
| 2136 | + <summary>Appends a copy of a substring within a specified string builder to this instance.</summary> |
| 2137 | + <returns>A reference to this instance after the append operation has completed.</returns> |
2138 | 2138 | <remarks>To be added.</remarks>
|
2139 | 2139 | </Docs>
|
2140 | 2140 | </Member>
|
|
0 commit comments