All types have an accessibility modifier that governs their accessibility from other types . the following table describes the type accessibilities supported by the runtime 所有類型都有一個可訪問性修飾符,控制從其他類型對它們的可訪問性。
Destructors cannot have parameters , they cannot have accessibility modifiers , and they cannot be invoked explicitly . the destructor for an instance is invoked automatically during garbage collection 析構函數不能有參數,不能有訪問級別修飾符,不能被顯式調用.實例的析構函數在垃圾收集時自動調用