You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -169,8 +170,6 @@ The implicit reference conversions are:
169
170
- Fromany *reference_type* toaninterfaceordelegatetype `T` ifithasanimplicitidentityorreferenceconversiontoaninterfaceordelegatetype `T₀` and `T₀` isvariance-convertible ([§19.2.3.3](interfaces.md#19233-variance-conversion)) to `T`.
170
171
-Implicitconversionsinvolvingtypeparametersthatareknowntobereferencetypes. See [§10.2.12](conversions.md#10212-implicit-conversions-involving-type-parameters) for more details on implicit conversions involving type parameters.
171
172
172
-
> *Note*: A null literal conversion ([§10.2.7](conversions.md#1027-null-literal-conversions)) toareferencetypeisalsoclassifiedasanimplicitreferenceconversion. *endnote*
173
-
174
173
The implicit reference conversions are those conversions between *reference_type*s that can be proven to always succeed, and therefore require no checks at run-time.
175
174
176
175
Reference conversions, implicit or explicit, never change the referential identity of the object being converted.
0 commit comments