Skip to content

Commit 700ffa0

Browse files
committed
format fix
1 parent 67610fa commit 700ffa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ The run-time processing of a function member invocation consists of the followin
10671067
- `M` is invoked. The variable referenced by `E` becomes the variable referenced by `this`.
10681068
- Otherwise:
10691069
- `E` is evaluated. If this evaluation causes an exception, then no further steps are executed.
1070-
- The argument list is evaluated as described in [§12.6.2](expressions.md#1262-argument-lists).
1070+
- The argument list is evaluated as described in [§12.6.2](expressions.md#1262-argument-lists).
10711071
- 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`.
10721072
- 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.
10731073
- The function member implementation to invoke is determined:

0 commit comments

Comments
 (0)