G
Guest
Hi,
I'm creating a struct hat contains an array. Unfortunatly, all arrays are
reference types, which means that when someone copies/assigns it, they have a
reference to the orginal object, which defies the point of creating a struct!
And to top it off, my array contains reference objects!
If anyone has any ideas could they please tell me?
Reuben
I'm creating a struct hat contains an array. Unfortunatly, all arrays are
reference types, which means that when someone copies/assigns it, they have a
reference to the orginal object, which defies the point of creating a struct!
And to top it off, my array contains reference objects!
If anyone has any ideas could they please tell me?
Reuben