Table of Contents 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Notes DownloadECMA-334 C# Language Specification


13 Conversions
13.1 Implicit conversions
13.1.4 Implicit reference conversions
Paragraph 11 The implicit reference conversions are:
Paragraph 21 The implicit reference conversions are those conversions between reference-types that can be proven to always succeed, and therefore require no checks at run-time.
Paragraph 31 Reference conversions, implicit or explicit, never change the referential identity of the object being converted. [Note: In other words, while a reference conversion may change the type of the reference, it never changes the type or value of the object being referred to. end note] |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

