Re: Passing a (Generic) Stack by Reference
- From: Jon Skeet [C# MVP] <skeet@xxxxxxxxx>
- Date: Mon, 27 Aug 2007 17:32:54 +0100
Mahmoud Al-Qudsi <mqudsi@xxxxxxxxx> wrote:
I'm clear on what (and how) it is happening (thanks to painful years
of C++ coding), just not sure how to tell beforehand if it would
happen or not.
You just need to know whether you're dealing with a reference type (a
class/delegate/array/interface) or a value type (a struct/enum).
--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
.
- References:
- Passing a (Generic) Stack by Reference
- From: Mahmoud Al-Qudsi
- Re: Passing a (Generic) Stack by Reference
- From: Jon Skeet [C# MVP]
- Re: Passing a (Generic) Stack by Reference
- From: Mahmoud Al-Qudsi
- Passing a (Generic) Stack by Reference
- Prev by Date: .NET versus C++ compiled code
- Next by Date: Re: Retrieving a member's SizeConst value
- Previous by thread: Re: Passing a (Generic) Stack by Reference
- Next by thread: DataTable subset
- Index(es):
Relevant Pages
|