已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
更新:2007 年 11 月
介面清單中的型別 'type' 不是介面
結構或介面可繼承自另一個介面,但是不能繼承自任何其他型別。
下列範例會產生 CS0527:
// CS0527.cs // compile with: /target:library public struct clx : int {} // CS0527 int not an interface