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
Paragraph 11 The following conversions are classified as implicit conversions: - 2 Identity conversions
- 3 Implicit numeric conversions
- 4 Implicit enumeration conversions.
- 5 Implicit reference conversions
- 6 Boxing conversions
- 7 Implicit constant expression conversions
- 8 User-defined implicit conversions
9 Implicit conversions can occur in a variety of situations, including function member invocations (§14.4.3), cast expressions (§14.6.6), and assignments (§14.13).
Paragraph 21 The pre-defined implicit conversions always succeed and never cause exceptions to be thrown. [Note: Properly designed user-defined implicit conversions should exhibit these characteristics as well. end note] |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

