Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BillWagner committed Oct 26, 2020
1 parent 67610fa commit 700ffa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ The run-time processing of a function member invocation consists of the followin
- `M` is invoked. The variable referenced by `E` becomes the variable referenced by `this`.
- Otherwise:
- `E` is evaluated. If this evaluation causes an exception, then no further steps are executed.
- The argument list is evaluated as described in [§12.6.2](expressions.md#1262-argument-lists).
- The argument list is evaluated as described in [§12.6.2](expressions.md#1262-argument-lists).
- If the type of `E` is a *value_type*, a boxing conversion ([§11.2.8](conversions.md#1128-boxing-conversions)) is performed to convert `E` to a *class_type*, and `E` is considered to be of that *class_typein the following steps. If the *value_typeis an *enum_type*, the *class_type* is `System.Enum;` otherwise, it is `System.ValueType`.
- The value of `E` is checked to be valid. If the value of `E` is null, a `System.NullReferenceException` is thrown and no further steps are executed.
- The function member implementation to invoke is determined:
Expand Down

0 comments on commit 700ffa0

Please sign in to comment.