類別- C# 程式設計手冊| Microsoft Docs

文章推薦指數: 80 %
投票人數:10人

定義為 class 的類型即為「參考型別」。

A type that is defined as a class is a reference type. 在執行階段,當您宣告參考型別的變數時,該變數會包含 null 值,直到您使用 new 運算子明確地建立類別的執行個體,或為其指派在他處建立的相容類型物件為止,如下列範例所示:At run time, when you declare a variable of a reference type, the variable contains the value null until y



請為這篇文章評分?