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
12 changes: 6 additions & 6 deletions xml/System/IntPtr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -668,11 +668,11 @@
<list type="table"><listheader><term> Value
</term><description> Meaning
</description></listheader><item><term> Less than zero
</term><description> This instance precedes <paramref name="other" /> in the sort order.
</term><description> This instance precedes <paramref name="value" /> in the sort order.
</description></item><item><term> Zero
</term><description> This instance occurs in the same position in the sort order as <paramref name="other" />.
</term><description> This instance occurs in the same position in the sort order as <paramref name="value" />.
</description></item><item><term> Greater than zero
</term><description> This instance follows <paramref name="other" /> in the sort order.
</term><description> This instance follows <paramref name="value" /> in the sort order.
</description></item></list></returns>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -713,11 +713,11 @@
<list type="table"><listheader><term> Value
</term><description> Meaning
</description></listheader><item><term> Less than zero
</term><description> This instance precedes <paramref name="obj" /> in the sort order.
</term><description> This instance precedes <paramref name="value" /> in the sort order.
</description></item><item><term> Zero
</term><description> This instance occurs in the same position in the sort order as <paramref name="obj" />.
</term><description> This instance occurs in the same position in the sort order as <paramref name="value" />.
</description></item><item><term> Greater than zero
</term><description> This instance follows <paramref name="obj" /> in the sort order.
</term><description> This instance follows <paramref name="value" /> in the sort order.
</description></item></list></returns>
<remarks>To be added.</remarks>
</Docs>
Expand Down
12 changes: 6 additions & 6 deletions xml/System/UIntPtr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -580,11 +580,11 @@
<list type="table"><listheader><term> Value
</term><description> Meaning
</description></listheader><item><term> Less than zero
</term><description> This instance precedes <paramref name="obj" /> in the sort order.
</term><description> This instance precedes <paramref name="value" /> in the sort order.
</description></item><item><term> Zero
</term><description> This instance occurs in the same position in the sort order as <paramref name="obj" />.
</term><description> This instance occurs in the same position in the sort order as <paramref name="value" />.
</description></item><item><term> Greater than zero
</term><description> This instance follows <paramref name="obj" /> in the sort order.
</term><description> This instance follows <paramref name="value" /> in the sort order.
</description></item></list></returns>
<remarks>To be added.</remarks>
</Docs>
Expand Down Expand Up @@ -625,11 +625,11 @@
<list type="table"><listheader><term> Value
</term><description> Meaning
</description></listheader><item><term> Less than zero
</term><description> This instance precedes <paramref name="other" /> in the sort order.
</term><description> This instance precedes <paramref name="value" /> in the sort order.
</description></item><item><term> Zero
</term><description> This instance occurs in the same position in the sort order as <paramref name="other" />.
</term><description> This instance occurs in the same position in the sort order as <paramref name="value" />.
</description></item><item><term> Greater than zero
</term><description> This instance follows <paramref name="other" /> in the sort order.
</term><description> This instance follows <paramref name="value" /> in the sort order.
</description></item></list></returns>
<remarks>To be added.</remarks>
</Docs>
Expand Down