You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/Microsoft.Extensions.Primitives/StringValues.xml
+32-32Lines changed: 32 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -275,12 +275,12 @@
275
275
<Docs>
276
276
<summary>A readonly instance of the <seecref="T:Microsoft.Extensions.Primitives.StringValues" /> struct whose value is an empty string array.</summary>
277
277
<remarks>
278
-
<formattype="text/markdown"><![CDATA[
279
-
280
-
## Remarks
281
-
282
-
In application code, this field is most commonly used to safely represent a <xref:Microsoft.Extensions.Primitives.StringValues> that has `null` string values.
283
-
278
+
<formattype="text/markdown"><![CDATA[
279
+
280
+
## Remarks
281
+
282
+
In application code, this field is most commonly used to safely represent a <xref:Microsoft.Extensions.Primitives.StringValues> that has `null` string values.
283
+
284
284
]]></format>
285
285
</remarks>
286
286
</Docs>
@@ -729,8 +729,8 @@ In application code, this field is most commonly used to safely represent a <xre
729
729
<ParameterName="right"Type="System.String" />
730
730
</Parameters>
731
731
<Docs>
732
-
<paramname="left">To be added.</param>
733
-
<paramname="right">To be added.</param>
732
+
<paramname="left">The string values to compare.</param>
733
+
<paramname="right">The string to compare.</param>
734
734
<summary>Determines whether the specified <seecref="T:Microsoft.Extensions.Primitives.StringValues" /> and <seecref="T:System.String" /> objects have the same values.</summary>
735
735
<returns>
736
736
<seelangword="true" /> if the value of <paramrefname="left" /> is the same as the value of <paramrefname="right" />; otherwise, <seelangword="false" />. If <paramrefname="right" /> is <seelangword="null" />, the method returns <seelangword="false" />.</returns>
@@ -759,8 +759,8 @@ In application code, this field is most commonly used to safely represent a <xre
759
759
<ParameterName="right"Type="System.String[]" />
760
760
</Parameters>
761
761
<Docs>
762
-
<paramname="left">To be added.</param>
763
-
<paramname="right">To be added.</param>
762
+
<paramname="left">The string values to compare.</param>
763
+
<paramname="right">The string array to compare.</param>
764
764
<summary>Determines whether the specified <seecref="T:Microsoft.Extensions.Primitives.StringValues" /> and string array objects have the same values.</summary>
765
765
<returns>
766
766
<seelangword="true" /> if the value of <paramrefname="left" /> is the same as the value of <paramrefname="right" />; otherwise, <seelangword="false" />.</returns>
@@ -818,8 +818,8 @@ In application code, this field is most commonly used to safely represent a <xre
<paramname="right">The string values to compare.</param>
823
823
<summary>Determines whether the specified <seecref="T:System.String" /> and <seecref="T:Microsoft.Extensions.Primitives.StringValues" /> objects have the same values.</summary>
824
824
<returns>
825
825
<seelangword="true" /> if the value of <paramrefname="left" /> is the same as the value of <paramrefname="right" />; otherwise, <seelangword="false" />. If <paramrefname="left" /> is <seelangword="null" />, the method returns <seelangword="false" />.</returns>
@@ -848,8 +848,8 @@ In application code, this field is most commonly used to safely represent a <xre
<paramname="left">The string array to compare.</param>
852
+
<paramname="right">The string values to compare.</param>
853
853
<summary>Determines whether the specified string array and <seecref="T:Microsoft.Extensions.Primitives.StringValues" /> objects have the same values.</summary>
854
854
<returns>
855
855
<seelangword="true" /> if the value of <paramrefname="left" /> is the same as the value of <paramrefname="right" />; otherwise, <seelangword="false" />.</returns>
@@ -881,12 +881,12 @@ In application code, this field is most commonly used to safely represent a <xre
881
881
<summary>Defines an implicit conversion of a given <seecref="T:Microsoft.Extensions.Primitives.StringValues" /> to a string, with multiple values joined as a comma separated string.</summary>
882
882
<returns>Returns <seelangword="null" /> where <seecref="T:Microsoft.Extensions.Primitives.StringValues" /> has been initialized from an empty string array or is <seecref="P:Microsoft.Extensions.Primitives.StringValues.Empty" />. Otherwise, it returns the implicit conversion of <seecref="T:Microsoft.Extensions.Primitives.StringValues" /> to a string.</returns>
883
883
<remarks>
884
-
<formattype="text/markdown"><![CDATA[
885
-
886
-
## Remarks
887
-
888
-
Returns `null` where <xref:Microsoft.Extensions.Primitives.StringValues> has been initialized from an empty string array or is <xref:Microsoft.Extensions.Primitives.StringValues.Empty>.
889
-
884
+
<formattype="text/markdown"><![CDATA[
885
+
886
+
## Remarks
887
+
888
+
Returns `null` where <xref:Microsoft.Extensions.Primitives.StringValues> has been initialized from an empty string array or is <xref:Microsoft.Extensions.Primitives.StringValues.Empty>.
889
+
890
890
]]></format>
891
891
</remarks>
892
892
</Docs>
@@ -1514,12 +1514,12 @@ Returns `null` where <xref:Microsoft.Extensions.Primitives.StringValues> has bee
1514
1514
<summary>Returns an enumerator that iterates through a collection.</summary>
1515
1515
<returns>An <seecref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns>
1516
1516
<remarks>
1517
-
<formattype="text/markdown"><![CDATA[
1518
-
1519
-
## Remarks
1520
-
1521
-
This member is an explicit interface member implementation. It can be used only when the <xref:Microsoft.Extensions.Primitives.StringValues> instance is cast to an <xref:System.Collections.IEnumerable> interface.
1522
-
1517
+
<formattype="text/markdown"><![CDATA[
1518
+
1519
+
## Remarks
1520
+
1521
+
This member is an explicit interface member implementation. It can be used only when the <xref:Microsoft.Extensions.Primitives.StringValues> instance is cast to an <xref:System.Collections.IEnumerable> interface.
@@ -1546,12 +1546,12 @@ This member is an explicit interface member implementation. It can be used only
1546
1546
<summary>Creates a string array from the current <seecref="T:Microsoft.Extensions.Primitives.StringValues" /> object.</summary>
1547
1547
<returns>A string array represented by this instance.</returns>
1548
1548
<remarks>
1549
-
<formattype="text/markdown"><![CDATA[
1550
-
1551
-
## Remarks
1552
-
1553
-
If the <xref:Microsoft.Extensions.Primitives.StringValues> contains a single string internally, it is copied to a new array.If the <xref:Microsoft.Extensions.Primitives.StringValues> contains an array internally it returns that array instance.
1554
-
1549
+
<formattype="text/markdown"><![CDATA[
1550
+
1551
+
## Remarks
1552
+
1553
+
If the <xref:Microsoft.Extensions.Primitives.StringValues> contains a single string internally, it is copied to a new array.If the <xref:Microsoft.Extensions.Primitives.StringValues> contains an array internally it returns that array instance.
0 commit comments