Re: Garbage Collection
- From: Jon Skeet [C# MVP] <skeet@xxxxxxxxx>
- Date: Mon, 4 Apr 2005 20:33:40 +0100
<saurabhgarg2k@xxxxxxxxx> wrote:
> i mistakenly write there is no option looping, of course looping is the
> option but wat my query is that is this the only option, cant i dispose
> the whole clooection and the underlying objects without looping.
No. You can easily write a helper method to do that though, and call
that from various places.
--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
.
- References:
- Garbage Collection
- From: Saurabh Garg
- Re: Garbage Collection
- From: Jon Skeet [C# MVP]
- Re: Garbage Collection
- From: saurabhgarg2k
- Garbage Collection
- Prev by Date: Re: How to find out where Assembly.Load(String) would load an assembly from without actually doing it
- Next by Date: Re: Reference types
- Previous by thread: Re: Garbage Collection
- Next by thread: Re: Garbage Collection
- Index(es):
Relevant Pages
|