Why does the garbage collector not trigger the finalizer?

后端 未结 0 2024
小蘑菇
小蘑菇 2021-02-14 17:23

I have this small program (the real program is of course very different).

using System;

namespace Finalizer
{
    public class Simple
    {
        public Simple         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题