J
Johndoe
Hi,
A struct lives on the stack, right? What happens if I create a struct that
contains a reference type?
I'm guessing that there will be a pointer on the stack refering to my
reference type. I'm not 100% sure. Can someone please confirm?
Thanks.
A struct lives on the stack, right? What happens if I create a struct that
contains a reference type?
I'm guessing that there will be a pointer on the stack refering to my
reference type. I'm not 100% sure. Can someone please confirm?
Thanks.