A destructor fires when the program frees an object.

A finalizer fires when the GC frees the object.

In general, leave the finalizer alone.

On Thu, Mar 4, 2010 at 5:34 AM, Sue <[email protected]> wrote:

> Hi,
>
> I am new to c#. Can anyone tell me what's the difference in C# between
> destructor and finalizer? Thanks.
>

Reply via email to