更新:2007 年 11 月
错误消息
接口列表中的类型“type”不是接口对于 
下面的示例生成 CS0527:
// CS0527.cs
// compile with: /target:library
public struct clx : int {}   // CS0527 int not an interface | |
更新:2007 年 11 月
对于 
下面的示例生成 CS0527:
// CS0527.cs
// compile with: /target:library
public struct clx : int {}   // CS0527 int not an interface | |