Skip to content

Commit 36dbc33

Browse files
committed
PR feedback
1 parent 8f6e317 commit 36dbc33

File tree

1 file changed

+21
-28
lines changed

1 file changed

+21
-28
lines changed

xml/Microsoft.Extensions.Primitives/StringValues.xml

Lines changed: 21 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
</Parameters>
184184
<Docs>
185185
<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>
187187
<summary>Concatenates specified instance of <see cref="T:Microsoft.Extensions.Primitives.StringValues" /> with specified <see cref="T:System.String" />.</summary>
188188
<returns>The concatenation of <paramref name="values" /> and <paramref name="value" />.</returns>
189189
<remarks>To be added.</remarks>
@@ -213,7 +213,7 @@
213213
<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" />
214214
</Parameters>
215215
<Docs>
216-
<param name="value">The <see cref="T:System.String" /> to concatenate.</param>
216+
<param name="value">The string to concatenate.</param>
217217
<param name="values">The <see cref="T:Microsoft.Extensions.Primitives.StringValues" /> to concatenate.</param>
218218
<summary>Concatenates specified instance of <see cref="T:System.String" /> with specified <see cref="T:Microsoft.Extensions.Primitives.StringValues" />.</summary>
219219
<returns>The concatenation of <paramref name="values" /> and <paramref name="values" />.</returns>
@@ -247,7 +247,7 @@
247247
<ReturnType>System.Int32</ReturnType>
248248
</ReturnValue>
249249
<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>
251251
<value>To be added.</value>
252252
<remarks>To be added.</remarks>
253253
</Docs>
@@ -385,8 +385,8 @@ In application code, this field is most commonly used to safely represent a <xre
385385
<Parameter Name="other" Type="System.String" />
386386
</Parameters>
387387
<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>
390390
<returns>
391391
<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>
392392
<remarks>To be added.</remarks>
@@ -560,7 +560,7 @@ In application code, this field is most commonly used to safely represent a <xre
560560
<Parameter Name="right" Type="Microsoft.Extensions.Primitives.StringValues" />
561561
</Parameters>
562562
<Docs>
563-
<param name="left">The <see cref="T:System.String" /> to compare.</param>
563+
<param name="left">The string to compare.</param>
564564
<param name="right">The <see cref="T:Microsoft.Extensions.Primitives.StringValues" /> to compare.</param>
565565
<summary>Determines whether the specified <see cref="T:System.String" /> and <see cref="T:Microsoft.Extensions.Primitives.StringValues" /> objects have the same values.</summary>
566566
<returns>
@@ -724,7 +724,7 @@ In application code, this field is most commonly used to safely represent a <xre
724724
</Parameters>
725725
<Docs>
726726
<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>
728728
<value>The string at the specified index.</value>
729729
<remarks>To be added.</remarks>
730730
</Docs>
@@ -998,16 +998,9 @@ In application code, this field is most commonly used to safely represent a <xre
998998
<Docs>
999999
<param name="values">A <see cref="T:Microsoft.Extensions.Primitives.StringValues" /> to implicitly convert.</param>
10001000
<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>
10111004
</Docs>
10121005
</Member>
10131006
<Member MemberName="op_Implicit">
@@ -1308,7 +1301,7 @@ Returns `null` where <xref:Microsoft.Extensions.Primitives.StringValues> has bee
13081301
<Parameter Name="right" Type="Microsoft.Extensions.Primitives.StringValues" />
13091302
</Parameters>
13101303
<Docs>
1311-
<param name="left">The <see cref="T:System.String" /> to compare.</param>
1304+
<param name="left">The string to compare.</param>
13121305
<param name="right">The <see cref="T:Microsoft.Extensions.Primitives.StringValues" /> to compare.</param>
13131306
<summary>Determines whether the specified <see cref="T:System.String" /> and <see cref="T:Microsoft.Extensions.Primitives.StringValues" /> objects have different values.</summary>
13141307
<returns>
@@ -1380,8 +1373,8 @@ Returns `null` where <xref:Microsoft.Extensions.Primitives.StringValues> has bee
13801373
<Parameter Name="item" Type="System.String" />
13811374
</Parameters>
13821375
<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>
13851378
<remarks>To be added.</remarks>
13861379
</Docs>
13871380
</Member>
@@ -1412,7 +1405,7 @@ Returns `null` where <xref:Microsoft.Extensions.Primitives.StringValues> has bee
14121405
</ReturnValue>
14131406
<Parameters />
14141407
<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>
14161409
<remarks>To be added.</remarks>
14171410
</Docs>
14181411
</Member>
@@ -1445,10 +1438,10 @@ Returns `null` where <xref:Microsoft.Extensions.Primitives.StringValues> has bee
14451438
<Parameter Name="item" Type="System.String" />
14461439
</Parameters>
14471440
<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>
14491442
<summary>Determines whether a string is in the <see cref="T:Microsoft.Extensions.Primitives.StringValues" />.</summary>
14501443
<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>
14521445
<remarks>To be added.</remarks>
14531446
</Docs>
14541447
</Member>
@@ -1514,9 +1507,9 @@ Returns `null` where <xref:Microsoft.Extensions.Primitives.StringValues> has bee
15141507
<ReturnType>System.Boolean</ReturnType>
15151508
</ReturnValue>
15161509
<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>
15181511
<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>
15201513
<remarks>To be added.</remarks>
15211514
</Docs>
15221515
</Member>
@@ -1549,10 +1542,10 @@ Returns `null` where <xref:Microsoft.Extensions.Primitives.StringValues> has bee
15491542
<Parameter Name="item" Type="System.String" />
15501543
</Parameters>
15511544
<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>
15541547
<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>
15561549
<remarks>To be added.</remarks>
15571550
</Docs>
15581551
</Member>

0 commit comments

Comments
 (0)