|
183 | 183 | </Parameters> |
184 | 184 | <Docs> |
185 | 185 | <param name="values">The <see cref="T:Microsoft.Extensions.Primitives.StringValues" /> to concatenate.</param> |
186 | | - <param name="value">The <see cref="T:System.String" /> to concatenate.</param> |
| 186 | + <param name="value">The string to concatenate.</param> |
187 | 187 | <summary>Concatenates specified instance of <see cref="T:Microsoft.Extensions.Primitives.StringValues" /> with specified <see cref="T:System.String" />.</summary> |
188 | 188 | <returns>The concatenation of <paramref name="values" /> and <paramref name="value" />.</returns> |
189 | 189 | <remarks>To be added.</remarks> |
|
213 | 213 | <Parameter Name="values" Type="Microsoft.Extensions.Primitives.StringValues" RefType="ref" Index="1" FrameworkAlternate="dotnet-plat-ext-2.1;dotnet-plat-ext-2.2;dotnet-plat-ext-3.0;dotnet-plat-ext-3.1;dotnet-plat-ext-5.0" /> |
214 | 214 | </Parameters> |
215 | 215 | <Docs> |
216 | | - <param name="value">The <see cref="T:System.String" /> to concatenate.</param> |
| 216 | + <param name="value">The string to concatenate.</param> |
217 | 217 | <param name="values">The <see cref="T:Microsoft.Extensions.Primitives.StringValues" /> to concatenate.</param> |
218 | 218 | <summary>Concatenates specified instance of <see cref="T:System.String" /> with specified <see cref="T:Microsoft.Extensions.Primitives.StringValues" />.</summary> |
219 | 219 | <returns>The concatenation of <paramref name="values" /> and <paramref name="values" />.</returns> |
|
247 | 247 | <ReturnType>System.Int32</ReturnType> |
248 | 248 | </ReturnValue> |
249 | 249 | <Docs> |
250 | | - <summary>Gets the number of <see cref="T:System.String" /> elements contained in this <see cref="T:Microsoft.Extensions.Primitives.StringValues" />.</summary> |
| 250 | + <summary>Gets the number of string elements contained in this <see cref="T:Microsoft.Extensions.Primitives.StringValues" />.</summary> |
251 | 251 | <value>To be added.</value> |
252 | 252 | <remarks>To be added.</remarks> |
253 | 253 | </Docs> |
@@ -385,8 +385,8 @@ In application code, this field is most commonly used to safely represent a <xre |
385 | 385 | <Parameter Name="other" Type="System.String" /> |
386 | 386 | </Parameters> |
387 | 387 | <Docs> |
388 | | - <param name="other">The <see cref="T:System.String" /> to compare to this instance.</param> |
389 | | - <summary>Determines whether this instance and a specified <see cref="T:System.String" />, have the same value.</summary> |
| 388 | + <param name="other">The string to compare to this instance.</param> |
| 389 | + <summary>Determines whether this instance and a specified string have the same value.</summary> |
390 | 390 | <returns> |
391 | 391 | <see langword="true" /> if the value of <paramref name="other" /> is the same as this instance; otherwise, <see langword="false" />. If <paramref name="other" /> is <see langword="null" />, returns <see langword="false" />.</returns> |
392 | 392 | <remarks>To be added.</remarks> |
@@ -560,7 +560,7 @@ In application code, this field is most commonly used to safely represent a <xre |
560 | 560 | <Parameter Name="right" Type="Microsoft.Extensions.Primitives.StringValues" /> |
561 | 561 | </Parameters> |
562 | 562 | <Docs> |
563 | | - <param name="left">The <see cref="T:System.String" /> to compare.</param> |
| 563 | + <param name="left">The string to compare.</param> |
564 | 564 | <param name="right">The <see cref="T:Microsoft.Extensions.Primitives.StringValues" /> to compare.</param> |
565 | 565 | <summary>Determines whether the specified <see cref="T:System.String" /> and <see cref="T:Microsoft.Extensions.Primitives.StringValues" /> objects have the same values.</summary> |
566 | 566 | <returns> |
@@ -724,7 +724,7 @@ In application code, this field is most commonly used to safely represent a <xre |
724 | 724 | </Parameters> |
725 | 725 | <Docs> |
726 | 726 | <param name="index">The zero-based index of the element to get.</param> |
727 | | - <summary>Gets the <see cref="T:System.String" /> at index.</summary> |
| 727 | + <summary>Gets the string at index.</summary> |
728 | 728 | <value>The string at the specified index.</value> |
729 | 729 | <remarks>To be added.</remarks> |
730 | 730 | </Docs> |
@@ -998,16 +998,9 @@ In application code, this field is most commonly used to safely represent a <xre |
998 | 998 | <Docs> |
999 | 999 | <param name="values">A <see cref="T:Microsoft.Extensions.Primitives.StringValues" /> to implicitly convert.</param> |
1000 | 1000 | <summary>Defines an implicit conversion of a given <see cref="T:Microsoft.Extensions.Primitives.StringValues" /> to a string, with multiple values joined as a comma separated string.</summary> |
1001 | | - <returns>To be added.</returns> |
1002 | | - <remarks> |
1003 | | - <format type="text/markdown"><![CDATA[ |
1004 | | -
|
1005 | | -## Remarks |
1006 | | -
|
1007 | | -Returns `null` where <xref:Microsoft.Extensions.Primitives.StringValues> has been initialized from an empty string array or is <xref:Microsoft.Extensions.Primitives.StringValues.Empty>. |
1008 | | -
|
1009 | | - ]]></format> |
1010 | | - </remarks> |
| 1001 | + <returns>Returns <see langword="null" /> where <see cref="T:Microsoft.Extensions.Primitives.StringValues" /> has been initialized from an empty string array or is <see cref="P:Microsoft.Extensions.Primitives.StringValues.Empty" />. Otherwise, it returns the implicit conversion of <see cref="T:Microsoft.Extensions.Primitives.StringValues" /> to a string. |
| 1002 | +</returns> |
| 1003 | + <remarks>To be added.</remarks> |
1011 | 1004 | </Docs> |
1012 | 1005 | </Member> |
1013 | 1006 | <Member MemberName="op_Implicit"> |
@@ -1308,7 +1301,7 @@ Returns `null` where <xref:Microsoft.Extensions.Primitives.StringValues> has bee |
1308 | 1301 | <Parameter Name="right" Type="Microsoft.Extensions.Primitives.StringValues" /> |
1309 | 1302 | </Parameters> |
1310 | 1303 | <Docs> |
1311 | | - <param name="left">The <see cref="T:System.String" /> to compare.</param> |
| 1304 | + <param name="left">The string to compare.</param> |
1312 | 1305 | <param name="right">The <see cref="T:Microsoft.Extensions.Primitives.StringValues" /> to compare.</param> |
1313 | 1306 | <summary>Determines whether the specified <see cref="T:System.String" /> and <see cref="T:Microsoft.Extensions.Primitives.StringValues" /> objects have different values.</summary> |
1314 | 1307 | <returns> |
@@ -1380,8 +1373,8 @@ Returns `null` where <xref:Microsoft.Extensions.Primitives.StringValues> has bee |
1380 | 1373 | <Parameter Name="item" Type="System.String" /> |
1381 | 1374 | </Parameters> |
1382 | 1375 | <Docs> |
1383 | | - <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1" />.</param> |
1384 | | - <summary>Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1" />.</summary> |
| 1376 | + <param name="item">The object to add to the collection.</param> |
| 1377 | + <summary>Adds an item to the collection.</summary> |
1385 | 1378 | <remarks>To be added.</remarks> |
1386 | 1379 | </Docs> |
1387 | 1380 | </Member> |
@@ -1412,7 +1405,7 @@ Returns `null` where <xref:Microsoft.Extensions.Primitives.StringValues> has bee |
1412 | 1405 | </ReturnValue> |
1413 | 1406 | <Parameters /> |
1414 | 1407 | <Docs> |
1415 | | - <summary>Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1" />.</summary> |
| 1408 | + <summary>Removes all items from the collection.</summary> |
1416 | 1409 | <remarks>To be added.</remarks> |
1417 | 1410 | </Docs> |
1418 | 1411 | </Member> |
@@ -1445,10 +1438,10 @@ Returns `null` where <xref:Microsoft.Extensions.Primitives.StringValues> has bee |
1445 | 1438 | <Parameter Name="item" Type="System.String" /> |
1446 | 1439 | </Parameters> |
1447 | 1440 | <Docs> |
1448 | | - <param name="item">The <see cref="T:System.String" /> to locate in the <see cref="T:Microsoft.Extensions.Primitives.StringValues" />.</param> |
| 1441 | + <param name="item">The string to locate in the <see cref="T:Microsoft.Extensions.Primitives.StringValues" />.</param> |
1449 | 1442 | <summary>Determines whether a string is in the <see cref="T:Microsoft.Extensions.Primitives.StringValues" />.</summary> |
1450 | 1443 | <returns> |
1451 | | - <see langword="true" /> if <paramref name="item">item</paramref> is found in the <see cref="T:Microsoft.Extensions.Primitives.StringValues" />; otherwise, <see langword="false" />.</returns> |
| 1444 | + <see langword="true" /> if <paramref name="item" /> is found in the <see cref="T:Microsoft.Extensions.Primitives.StringValues" />; otherwise, <see langword="false" />.</returns> |
1452 | 1445 | <remarks>To be added.</remarks> |
1453 | 1446 | </Docs> |
1454 | 1447 | </Member> |
@@ -1514,9 +1507,9 @@ Returns `null` where <xref:Microsoft.Extensions.Primitives.StringValues> has bee |
1514 | 1507 | <ReturnType>System.Boolean</ReturnType> |
1515 | 1508 | </ReturnValue> |
1516 | 1509 | <Docs> |
1517 | | - <summary>Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.</summary> |
| 1510 | + <summary>Gets a value indicating whether the collection is read-only.</summary> |
1518 | 1511 | <value> |
1519 | | - <see langword="true" /> if the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only; otherwise, <see langword="false" />.</value> |
| 1512 | + <see langword="true" /> if the collection is read-only; otherwise, <see langword="false" />.</value> |
1520 | 1513 | <remarks>To be added.</remarks> |
1521 | 1514 | </Docs> |
1522 | 1515 | </Member> |
@@ -1549,10 +1542,10 @@ Returns `null` where <xref:Microsoft.Extensions.Primitives.StringValues> has bee |
1549 | 1542 | <Parameter Name="item" Type="System.String" /> |
1550 | 1543 | </Parameters> |
1551 | 1544 | <Docs> |
1552 | | - <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1" />.</param> |
1553 | | - <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1" />.</summary> |
| 1545 | + <param name="item">The object to remove from the collection.</param> |
| 1546 | + <summary>Removes the first occurrence of a specific object from the collection.</summary> |
1554 | 1547 | <returns> |
1555 | | - <see langword="true" /> if <paramref name="item" /> was successfully removed from the <see cref="T:System.Collections.Generic.ICollection`1" />; otherwise, <see langword="false" />. This method also returns <see langword="false" /> if <paramref name="item" /> is not found in the original <see cref="T:System.Collections.Generic.ICollection`1" />.</returns> |
| 1548 | + <see langword="true" /> if <paramref name="item" /> was successfully removed from the collection; otherwise, <see langword="false" />. This method also returns <see langword="false" /> if <paramref name="item" /> is not found in the original collection.</returns> |
1556 | 1549 | <remarks>To be added.</remarks> |
1557 | 1550 | </Docs> |
1558 | 1551 | </Member> |
|
0 commit comments