ECMA-334: 17.1.2 Class base specification
| C# Language Specification |
| © 2006 ECMA International |
17.1.2 Class base specification
A class declaration can 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