Re: "using" vs "= null" and object lifetime
From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 02/18/05
- Next message: Eric: "Re: isnull in C#"
- Previous message: Jon Skeet [C# MVP]: "Re: Probably an easy one for ya - File Associations"
- In reply to: Jon Skeet [C# MVP]: "Re: "using" vs "= null" and object lifetime"
- Next in thread: Sherif ElMetainy: "Re: "using" vs "= null" and object lifetime"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 18 Feb 2005 02:58:49 -0000
Jon Skeet [C# MVP] <skeet@pobox.com> wrote:
> When compiled in non-debug mode (or in debug "pdb only" mode) the
> results are:
>
> After first collect
> Finalized
> After second collect
>
> When compiled in full debug mode, the results are:
> Finalized
> After first collect
> After second collect
Those should be the other way round, of course. Doh! Don't you just
hate it when you spot something wrong at the moment that the articles
just been posted?
-- Jon Skeet - <skeet@pobox.com> http://www.pobox.com/~skeet If replying to the group, please do not mail me too
- Next message: Eric: "Re: isnull in C#"
- Previous message: Jon Skeet [C# MVP]: "Re: Probably an easy one for ya - File Associations"
- In reply to: Jon Skeet [C# MVP]: "Re: "using" vs "= null" and object lifetime"
- Next in thread: Sherif ElMetainy: "Re: "using" vs "= null" and object lifetime"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|