| 1. | A class or struct can inherit more than one interface 类或结构可继承多个接口。 |
| 2. | An interface can itself inherit from multiple interfaces 接口自身可从多个接口继承。 |
| 3. | The type argument must implement one or more interfaces 类型参数必须实现一个或多个接口 |
| 4. | A class can implement more than one interface 一个类可以实现多个接口。 |
| 5. | Multiple interface constraints can be specified 可以指定多个接口约束。 |
| 6. | Classes and structs can inherit from more than one interface 类和结构可从多个接口继承。 |
| 7. | The following example shows inheritance of multiple interfaces 下面的示例演示多个接口的继承。 |
| 8. | Classes can implement multiple interfaces 类可以实现多个接口。 |
| 9. | Both classes and structs can inherit from one or more interfaces 类和结构都可以从一个或多个接口中继承。 |
| 10. | Indicates that this class implements the members of one or more interfaces 指示此类实现一个或多个接口的成员。 |