已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
'class': 類別建構函式不可以有傳回類型
類別建構函式不可以有傳回類型。
下列範例會產生 C3264:
// C3264_2.cpp // compile with: /clr ref class X { public: static int X() { // C3264 } /* use the code below to resolve the error static X() { } */ }; int main() { }
此頁面對您有幫助嗎?