此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
备注
访问此页面需要授权。 可以尝试登录或更改目录。
访问此页面需要授权。 可以尝试更改目录。
更新:2007 年 11 月
接口列表中的类型“type”不是接口
对于 struct 或 interface,从其他接口而不是其他任何类型继承是可能的。
下面的示例生成 CS0527:
// CS0527.cs // compile with: /target:library public struct clx : int {} // CS0527 int not an interface