C
Chance Hopkins
I'm trying to figure out how to pass my custom object which inherits from an
IList interface by value. I have a group of objects I'd really like to pass
to a second form, one at a time, and have the originals remain intact.
I found the following Reference Types reference:
http://msdn.microsoft.com/library/d.../csspec/html/vclrfcsharpspec_4.asp?frame=true
So I understand why my application isn't working like I want.
Does anyone have a trick or tip for doing this? It's really starting to
drive me nuts.
IList interface by value. I have a group of objects I'd really like to pass
to a second form, one at a time, and have the originals remain intact.
I found the following Reference Types reference:
http://msdn.microsoft.com/library/d.../csspec/html/vclrfcsharpspec_4.asp?frame=true
So I understand why my application isn't working like I want.
Does anyone have a trick or tip for doing this? It's really starting to
drive me nuts.