Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions xml/System/Byte.xml
Original file line number Diff line number Diff line change
Expand Up @@ -307,13 +307,8 @@

</description></item><item><term> Greater than zero

</term><description> This instance is greater than <paramref name="value" />.

-or-

<paramref name="value" /> is <see langword="null" />.

</description></item></list></returns>
</term><description> This instance is greater than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.</description>
</item></list></returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
6 changes: 1 addition & 5 deletions xml/System/Decimal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1065,11 +1065,7 @@

</description></item><item><term> Greater than zero

</term><description> This instance is greater than <paramref name="value" />.

-or-

<paramref name="value" /> is <see langword="null" />.
</term><description> This instance is greater than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.

</description></item></list></returns>
<remarks>
Expand Down
44 changes: 8 additions & 36 deletions xml/System/Double.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,27 +362,15 @@

</description></listheader><item><term> Less than zero

</term><description> This instance is less than <paramref name="value" />.

-or-

This instance is not a number (<see cref="F:System.Double.NaN" />) and <paramref name="value" /> is a number.
</term><description> This instance is less than <paramref name="value" />, or this instance is not a number (<see cref="F:System.Double.NaN" />) and <paramref name="value" /> is a number.

</description></item><item><term> Zero

</term><description> This instance is equal to <paramref name="value" />.

-or-

Both this instance and <paramref name="value" /> are not a number (<see cref="F:System.Double.NaN" />), <see cref="F:System.Double.PositiveInfinity" />, or <see cref="F:System.Double.NegativeInfinity" />.
</term><description> This instance is equal to <paramref name="value" />, or both this instance and <paramref name="value" /> are not a number (<see cref="F:System.Double.NaN" />), <see cref="F:System.Double.PositiveInfinity" />, or <see cref="F:System.Double.NegativeInfinity" />.

</description></item><item><term> Greater than zero

</term><description> This instance is greater than <paramref name="value" />.

-or-

This instance is a number and <paramref name="value" /> is not a number (<see cref="F:System.Double.NaN" />).
</term><description> This instance is greater than <paramref name="value" />, or this instance is a number and <paramref name="value" /> is not a number (<see cref="F:System.Double.NaN" />).

</description></item></list></returns>
<remarks>
Expand Down Expand Up @@ -469,31 +457,15 @@

</description></listheader><item><term> A negative integer

</term><description> This instance is less than <paramref name="value" />.

-or-

This instance is not a number (<see cref="F:System.Double.NaN" />) and <paramref name="value" /> is a number.
</term><description> This instance is less than <paramref name="value" />, or this instance is not a number (<see cref="F:System.Double.NaN" />) and <paramref name="value" /> is a number.

</description></item><item><term> Zero

</term><description> This instance is equal to <paramref name="value" />.
</term><description> This instance is equal to <paramref name="value" />, or this instance and <paramref name="value" /> are both <see langword="Double.NaN" />, <see cref="F:System.Double.PositiveInfinity" />, or <see cref="F:System.Double.NegativeInfinity" /></description></item><item><term> A positive integer

-or-

This instance and <paramref name="value" /> are both <see langword="Double.NaN" />, <see cref="F:System.Double.PositiveInfinity" />, or <see cref="F:System.Double.NegativeInfinity" /></description></item><item><term> A positive integer

</term><description> This instance is greater than <paramref name="value" />.

-or-

This instance is a number and <paramref name="value" /> is not a number (<see cref="F:System.Double.NaN" />).

-or-

<paramref name="value" /> is <see langword="null" />.

</description></item></list></returns>
</term><description> This instance is greater than <paramref name="value" />, OR this instance is a number and <paramref name="value" /> is not a number (<see cref="F:System.Double.NaN" />), OR <paramref name="value" /> is <see langword="null" />.</description></item>
</list>
</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
10 changes: 3 additions & 7 deletions xml/System/Enum.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,13 +353,9 @@

</description></item><item><term> Greater than zero

</term><description> The value of this instance is greater than the value of <paramref name="target" />.

-or-

<paramref name="target" /> is <see langword="null" />.

</description></item></list></returns>
</term>
<description> The value of this instance is greater than the value of <paramref name="target" />, or <paramref name="target" /> is <see langword="null" />.</description>
</item></list></returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
12 changes: 2 additions & 10 deletions xml/System/Int16.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,7 @@

</description></item><item><term> Greater than zero

</term><description> This instance is greater than <paramref name="value" />.

-or-

<paramref name="value" /> is <see langword="null" />.
</term><description> This instance is greater than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.

</description></item></list></returns>
<remarks>
Expand Down Expand Up @@ -1112,11 +1108,7 @@
<param name="value">An object to compare, or <see langword="null" />.</param>
<summary>Compares this instance to a specified object and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the object.</summary>
<returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
<list type="table"><listheader><term>Return Value</term><description>Description</description></listheader><item><term>Less than zero</term><description>This instance is less than <paramref name="value" />.</description></item><item><term>Zero</term><description>This instance is equal to <paramref name="value" />.</description></item><item><term>Greater than zero</term><description>This instance is greater than <paramref name="value" />.

-or-

<paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
<list type="table"><listheader><term>Return Value</term><description>Description</description></listheader><item><term>Less than zero</term><description>This instance is less than <paramref name="value" />.</description></item><item><term>Zero</term><description>This instance is equal to <paramref name="value" />.</description></item><item><term>Greater than zero</term><description>This instance is greater than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
30 changes: 20 additions & 10 deletions xml/System/Int32.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,7 @@

</description></item><item><term> Greater than zero

</term><description> This instance is greater than <paramref name="value" />.

-or-

<paramref name="value" /> is <see langword="null" />.
</term><description> This instance is greater than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.

</description></item></list></returns>
<remarks>
Expand Down Expand Up @@ -1192,11 +1188,25 @@
<param name="value">An object to compare, or <see langword="null" />.</param>
<summary>Compares this instance to a specified object and returns an indication of their relative values.</summary>
<returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
<list type="table"><listheader><term>Return Value</term><description>Description</description></listheader><item><term>Less than zero</term><description>This instance is less than <paramref name="value" />.</description></item><item><term>Zero</term><description>This instance is equal to <paramref name="value" />.</description></item><item><term>Greater than zero</term><description>This instance is greater than <paramref name="value" />.

-or-

<paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
<list type="table">
<listheader>
<term>Return Value</term>
<description>Description</description>
</listheader>
<item>
<term>Less than zero</term>
<description>This instance is less than <paramref name="value" />.</description>
</item>
<item>
<term>Zero</term>
<description>This instance is equal to <paramref name="value" />.</description>
</item>
<item>
<term>Greater than zero</term>
<description>This instance is greater than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.</description>
</item>
</list>
</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
12 changes: 2 additions & 10 deletions xml/System/Int64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,7 @@

</description></item><item><term> Greater than zero

</term><description> This instance is greater than <paramref name="value" />.

-or-

<paramref name="value" /> is <see langword="null" />.
</term><description> This instance is greater than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.

</description></item></list></returns>
<remarks>
Expand Down Expand Up @@ -1136,11 +1132,7 @@
<param name="value">An object to compare, or <see langword="null" />.</param>
<summary>Compares this instance to a specified object and returns an indication of their relative values.</summary>
<returns>A signed number indicating the relative values of this instance and <paramref name="value" />.
<list type="table"><listheader><term>Return Value</term><description>Description</description></listheader><item><term>Less than zero</term><description>This instance is less than <paramref name="value" />.</description></item><item><term>Zero</term><description>This instance is equal to <paramref name="value" />.</description></item><item><term>Greater than zero</term><description>This instance is greater than <paramref name="value" />.

-or-

<paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
<list type="table"><listheader><term>Return Value</term><description>Description</description></listheader><item><term>Less than zero</term><description>This instance is less than <paramref name="value" />.</description></item><item><term>Zero</term><description>This instance is equal to <paramref name="value" />.</description></item><item><term>Greater than zero</term><description>This instance is greater than <paramref name="value" />, or <paramref name="value" /> is <see langword="null" />.</description></item></list></returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
5 changes: 3 additions & 2 deletions xml/System/Math.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969

-or-

<paramref name="max" /> if <paramref name="max" /> &lt; <paramref name="value" />.``
<paramref name="max" /> if <paramref name="max" /> &lt; <paramref name="value" />.

-or-

Expand Down Expand Up @@ -2739,7 +2739,8 @@ Remainder = (Math.Abs(dividend) - (Math.Abs(divisor) *

</description></item><item><term> Zero

</term><description><see cref="F:System.Int32.MinValue" /></description></item><item><term> Equal to <see cref="F:System.Double.NaN" /> or <see cref="F:System.Double.PositiveInfinity" /> or <see cref="F:System.Double.NegativeInfinity" /></term><description><see cref="F:System.Int32.MaxValue" /></description></item></list></returns>
</term><description><see cref="F:System.Int32.MinValue" /></description></item><item><term> Equal to <see cref="F:System.Double.NaN" /> or <see cref="F:System.Double.PositiveInfinity" /> or <see cref="F:System.Double.NegativeInfinity" /></term><description><see cref="F:System.Int32.MaxValue" /></description></item></list>
</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
30 changes: 5 additions & 25 deletions xml/System/Nullable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,27 +129,15 @@

</description></listheader><item><term> Less than zero

</term><description> The <see cref="P:System.Nullable`1.HasValue" /> property for <paramref name="n1" /> is <see langword="false" />, and the <see cref="P:System.Nullable`1.HasValue" /> property for <paramref name="n2" /> is <see langword="true" />.

-or-

The <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="true" />, and the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n1" /> is less than the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n2" />.
</term><description> The <see cref="P:System.Nullable`1.HasValue" /> property for <paramref name="n1" /> is <see langword="false" />, and the <see cref="P:System.Nullable`1.HasValue" /> property for <paramref name="n2" /> is <see langword="true" />, or the <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="true" />, and the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n1" /> is less than the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n2" />.

</description></item><item><term> Zero

</term><description> The <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="false" />.

-or-

The <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="true" />, and the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n1" /> is equal to the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n2" />.
</term><description> The <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="false" />, or the <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="true" />, and the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n1" /> is equal to the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n2" />.

</description></item><item><term> Greater than zero

</term><description> The <see cref="P:System.Nullable`1.HasValue" /> property for <paramref name="n1" /> is <see langword="true" />, and the <see cref="P:System.Nullable`1.HasValue" /> property for <paramref name="n2" /> is <see langword="false" />.

-or-

The <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="true" />, and the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n1" /> is greater than the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n2" />.
</term><description> The <see cref="P:System.Nullable`1.HasValue" /> property for <paramref name="n1" /> is <see langword="true" />, and the <see cref="P:System.Nullable`1.HasValue" /> property for <paramref name="n2" /> is <see langword="false" />, or the <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="true" />, and the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n1" /> is greater than the value of the <see cref="P:System.Nullable`1.Value" /> property for <paramref name="n2" />.

</description></item></list></returns>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -223,17 +211,9 @@

</term><description> Description

</description></listheader><item><term><see langword="true" /></term><description> The <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="false" />.

-or-

The <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="true" />, and the <see cref="P:System.Nullable`1.Value" /> properties of the parameters are equal.

</description></item><item><term><see langword="false" /></term><description> The <see cref="P:System.Nullable`1.HasValue" /> property is <see langword="true" /> for one parameter and <see langword="false" /> for the other parameter.

-or-
</description></listheader><item><term><see langword="true" /></term><description> The <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="false" />, or the <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="true" />, and the <see cref="P:System.Nullable`1.Value" /> properties of the parameters are equal.

The <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="true" />, and the <see cref="P:System.Nullable`1.Value" /> properties of the parameters are unequal.
</description></item><item><term><see langword="false" /></term><description> The <see cref="P:System.Nullable`1.HasValue" /> property is <see langword="true" /> for one parameter and <see langword="false" /> for the other parameter, or the <see cref="P:System.Nullable`1.HasValue" /> properties for <paramref name="n1" /> and <paramref name="n2" /> are <see langword="true" />, and the <see cref="P:System.Nullable`1.Value" /> properties of the parameters are unequal.

</description></item></list></returns>
<remarks>To be added.</remarks>
Expand Down
Loading