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.3 Standard conversions
13.3.1 Standard implicit conversions
Paragraph 11 The following implicit conversions are classified as standard implicit conversions: - 2 Identity conversions (§13.1.1)
- 3 Implicit numeric conversions (§13.1.2)
- 4 Implicit reference conversions (§13.1.4)
- 5 Boxing conversions (§13.1.5)
- 6 Implicit constant expression conversions (§13.1.6)
7 The standard implicit conversions specifically exclude user-defined implicit conversions. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

