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


17 Classes
17.1 Class declarations
17.1.2 Class base specification
Paragraph 11 A class declaration may include a class-base specification, which defines the direct base class of the class and the interfaces (§20) implemented by the class. class-base : : class-type : interface-type-list : class-type , interface-type-list interface-type-list : interface-type interface-type-list , interface-type |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

