ECMA-334 C# Language Specification17.1.2: Class base specification |
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-type
:
interface-type-list
:
class-type
,
interface-type-list
interface-type
interface-type-list
,
interface-type
In This Section: