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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 5 additions & 5 deletions xml/System.Activities.Expressions/Add`3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@
<value>
<see langword="true" /> if the addition executes in a checked context; otherwise, <see langword="false" />. The default is <see langword="true" />.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
By default the <xref:System.Activities.Expressions.Add%603> activity executes in a checked context and throws an <xref:System.OverflowException> if the addition causes an overflow.
<format type="text/markdown"><![CDATA[

## Remarks
By default the <xref:System.Activities.Expressions.Add`3> activity executes in a checked context and throws an <xref:System.OverflowException> if the addition causes an overflow.

]]></format>
</remarks>
</Docs>
Expand Down
10 changes: 5 additions & 5 deletions xml/System.Activities.Expressions/Cast`2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@
<value>
<see langword="true" /> if the cast operation executes in a checked context; otherwise, <see langword="false" />. The default is <see langword="true" />.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
By default the <xref:System.Activities.Expressions.Cast%602> activity executes in a checked context and throws an <xref:System.OverflowException> if the cast operation causes an overflow.
<format type="text/markdown"><![CDATA[

## Remarks
By default the <xref:System.Activities.Expressions.Cast`2> activity executes in a checked context and throws an <xref:System.OverflowException> if the cast operation causes an overflow.

]]></format>
</remarks>
</Docs>
Expand Down
Loading
Loading