|
98 | 98 | <summary>Initializes an instance of the <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> struct.</summary>
|
99 | 99 | <remarks>To be added.</remarks>
|
100 | 100 | <exception cref="T:System.ArgumentNullException">
|
101 |
| - <paramref name="buffer" /> is <code>null</code>. |
| 101 | + <paramref name="buffer" /> is <see langword="null" />. |
102 | 102 | </exception>
|
103 | 103 | <exception cref="T:System.ArgumentOutOfRangeException">
|
104 | 104 | <paramref name="offset" /> or <paramref name="length" /> is less than zero, or <paramref name="offset" /> +
|
|
279 | 279 | <param name="comparisonType">One of the enumeration values that specifies the rules to use in the comparison.</param>
|
280 | 280 | <summary>Checks if the end of this <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> matches the specified <see cref="T:System.String" /> when compared using the specified <paramref name="comparisonType" />.</summary>
|
281 | 281 | <returns>
|
282 |
| - <code>true</code> if <paramref name="text" /> matches the end of this <see cref="T:Microsoft.Extensions.Primitives.StringSegment" />; otherwise, <code>false</code>.</returns> |
| 282 | + <see langword="true" /> if <paramref name="text" /> matches the end of this <see cref="T:Microsoft.Extensions.Primitives.StringSegment" />; otherwise, <see langword="false" />.</returns> |
283 | 283 | <remarks>To be added.</remarks>
|
284 | 284 | <exception cref="T:System.ArgumentNullException">
|
285 |
| - <paramref name="text" /> is <code>null</code>. |
| 285 | + <paramref name="text" /> is <see langword="null" />. |
286 | 286 | </exception>
|
287 | 287 | </Docs>
|
288 | 288 | </Member>
|
|
318 | 318 | <param name="other">An object to compare with this object.</param>
|
319 | 319 | <summary>Indicates whether the current object is equal to another object of the same type.</summary>
|
320 | 320 | <returns>
|
321 |
| - <code>true</code> if the current object is equal to the other parameter; otherwise, <code>false</code>.</returns> |
| 321 | + <see langword="true" /> if the current object is equal to the other parameter; otherwise, <see langword="false" />.</returns> |
322 | 322 | <remarks>To be added.</remarks>
|
323 | 323 | </Docs>
|
324 | 324 | </Member>
|
|
387 | 387 | <param name="text">The <see cref="T:System.String" /> to compare with the current <see cref="T:Microsoft.Extensions.Primitives.StringSegment" />.</param>
|
388 | 388 | <summary>Checks if the specified <see cref="T:System.String" /> is equal to the current <see cref="T:Microsoft.Extensions.Primitives.StringSegment" />.</summary>
|
389 | 389 | <returns>
|
390 |
| - <code>true</code> if the specified <see cref="T:System.String" /> is equal to the current <see cref="T:Microsoft.Extensions.Primitives.StringSegment" />; otherwise, <code>false</code>.</returns> |
| 390 | + <see langword="true" /> if the specified <see cref="T:System.String" /> is equal to the current <see cref="T:Microsoft.Extensions.Primitives.StringSegment" />; otherwise, <see langword="false" />.</returns> |
391 | 391 | <remarks>To be added.</remarks>
|
392 | 392 | </Docs>
|
393 | 393 | </Member>
|
|
422 | 422 | <param name="comparisonType">One of the enumeration values that specifies the rules to use in the comparison.</param>
|
423 | 423 | <summary>Indicates whether the current object is equal to another object of the same type.</summary>
|
424 | 424 | <returns>
|
425 |
| - <code>true</code> if the current object is equal to the other parameter; otherwise, <code>false</code>.</returns> |
| 425 | + <see langword="true" /> if the current object is equal to the other parameter; otherwise, <see langword="false" />.</returns> |
426 | 426 | <remarks>To be added.</remarks>
|
427 | 427 | </Docs>
|
428 | 428 | </Member>
|
|
457 | 457 | <param name="comparisonType">One of the enumeration values that specifies the rules to use in the comparison.</param>
|
458 | 458 | <summary>Checks if the specified <see cref="T:System.String" /> is equal to the current <see cref="T:Microsoft.Extensions.Primitives.StringSegment" />.</summary>
|
459 | 459 | <returns>
|
460 |
| - <code>true</code> if the specified <see cref="T:System.String" /> is equal to the current <see cref="T:Microsoft.Extensions.Primitives.StringSegment" />; otherwise, <code>false</code>.</returns> |
| 460 | + <see langword="true" /> if the specified <see cref="T:System.String" /> is equal to the current <see cref="T:Microsoft.Extensions.Primitives.StringSegment" />; otherwise, <see langword="false" />.</returns> |
461 | 461 | <remarks>To be added.</remarks>
|
462 | 462 | <exception cref="T:System.ArgumentNullException">
|
463 |
| - <paramref name="text" /> is <code>null</code>. |
| 463 | + <paramref name="text" /> is <see langword="null" />. |
464 | 464 | </exception>
|
465 | 465 | </Docs>
|
466 | 466 | </Member>
|
|
496 | 496 | <summary>Determines whether two specified <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> objects have the same value. A parameter specifies the culture, case, and
|
497 | 497 | sort rules used in the comparison.</summary>
|
498 | 498 | <returns>
|
499 |
| - <code>true</code> if the objects are equal; otherwise, <code>false</code>.</returns> |
| 499 | + <see langword="true" /> if the objects are equal; otherwise, <see langword="false" />.</returns> |
500 | 500 | <remarks>To be added.</remarks>
|
501 | 501 | </Docs>
|
502 | 502 | </Member>
|
|
776 | 776 | was found; -1 if no character in <paramref name="anyOf" /> was found.</returns>
|
777 | 777 | <remarks>To be added.</remarks>
|
778 | 778 | <exception cref="T:System.ArgumentNullException">
|
779 |
| - <paramref name="anyOf" /> is <code>null</code>. |
| 779 | + <paramref name="anyOf" /> is <see langword="null" />. |
780 | 780 | </exception>
|
781 | 781 | <exception cref="T:System.ArgumentOutOfRangeException">
|
782 | 782 | <paramref name="startIndex" /> or <paramref name="count" /> is less than zero, or <paramref name="startIndex" /> + <paramref name="count" /> is
|
|
960 | 960 | <Parameter Name="right" Type="Microsoft.Extensions.Primitives.StringSegment" />
|
961 | 961 | </Parameters>
|
962 | 962 | <Docs>
|
963 |
| - <param name="left">The first <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> to compare, or <code>null</code>.</param> |
964 |
| - <param name="right">The second <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> to compare, or <code>null</code>.</param> |
| 963 | + <param name="left">The first <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> to compare, or <see langword="null" />.</param> |
| 964 | + <param name="right">The second <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> to compare, or <see langword="null" />.</param> |
965 | 965 | <summary>Checks if two specified <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> have the same value.</summary>
|
966 | 966 | <returns>
|
967 |
| - <code>true</code> if the value of <paramref name="left" /> is the same as the value of <paramref name="right" />; otherwise, <code>false</code>.</returns> |
| 967 | + <see langword="true" /> if the value of <paramref name="left" /> is the same as the value of <paramref name="right" />; otherwise, <see langword="false" />.</returns> |
968 | 968 | <remarks>To be added.</remarks>
|
969 | 969 | </Docs>
|
970 | 970 | </Member>
|
|
1083 | 1083 | <Parameter Name="right" Type="Microsoft.Extensions.Primitives.StringSegment" />
|
1084 | 1084 | </Parameters>
|
1085 | 1085 | <Docs>
|
1086 |
| - <param name="left">The first <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> to compare, or <code>null</code>.</param> |
1087 |
| - <param name="right">The second <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> to compare, or <code>null</code>.</param> |
| 1086 | + <param name="left">The first <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> to compare, or <see langword="null" />.</param> |
| 1087 | + <param name="right">The second <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> to compare, or <see langword="null" />.</param> |
1088 | 1088 | <summary>Checks if two specified <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> have different values.</summary>
|
1089 | 1089 | <returns>
|
1090 |
| - <code>true</code> if the value of <paramref name="left" /> is different from the value of <paramref name="right" />; otherwise, <code>false</code>.</returns> |
| 1090 | + <see langword="true" /> if the value of <paramref name="left" /> is different from the value of <paramref name="right" />; otherwise, <see langword="false" />.</returns> |
1091 | 1091 | <remarks>To be added.</remarks>
|
1092 | 1092 | </Docs>
|
1093 | 1093 | </Member>
|
|
1154 | 1154 | <param name="comparisonType">One of the enumeration values that specifies the rules to use in the comparison.</param>
|
1155 | 1155 | <summary>Checks if the beginning of this <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> matches the specified <see cref="T:System.String" /> when compared using the specified <paramref name="comparisonType" />.</summary>
|
1156 | 1156 | <returns>
|
1157 |
| - <code>true</code> if <paramref name="text" /> matches the beginning of this <see cref="T:Microsoft.Extensions.Primitives.StringSegment" />; otherwise, <code>false</code>.</returns> |
| 1157 | + <see langword="true" /> if <paramref name="text" /> matches the beginning of this <see cref="T:Microsoft.Extensions.Primitives.StringSegment" />; otherwise, <see langword="false" />.</returns> |
1158 | 1158 | <remarks>To be added.</remarks>
|
1159 | 1159 | <exception cref="T:System.ArgumentNullException">
|
1160 |
| - <paramref name="text" /> is <code>null</code>. |
| 1160 | + <paramref name="text" /> is <see langword="null" />. |
1161 | 1161 | </exception>
|
1162 | 1162 | </Docs>
|
1163 | 1163 | </Member>
|
|
1334 | 1334 | </ReturnValue>
|
1335 | 1335 | <Parameters />
|
1336 | 1336 | <Docs>
|
1337 |
| - <summary>Returns the <see cref="T:System.String" /> represented by this <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> or <code>String.Empty</code> if the <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> does not contain a value.</summary> |
1338 |
| - <returns>The <see cref="T:System.String" /> represented by this <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> or <code>String.Empty</code> if the <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> does not contain a value.</returns> |
| 1337 | + <summary>Returns the <see cref="T:System.String" /> represented by this <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> or <see cref="F:System.String.Empty" /> if the <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> does not contain a value.</summary> |
| 1338 | + <returns>The <see cref="T:System.String" /> represented by this <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> or <see cref="F:System.String.Empty" /> if the <see cref="T:Microsoft.Extensions.Primitives.StringSegment" /> does not contain a value.</returns> |
1339 | 1339 | <remarks>To be added.</remarks>
|
1340 | 1340 | </Docs>
|
1341 | 1341 | </Member>
|
|
0 commit comments