C
christopher
i was wondering if you make a managed class and make a
variable __nogc is it but on the stack.
__gc class a
{
int a __nogc[34]; is this but on the stack or the heap?
};
variable __nogc is it but on the stack.
__gc class a
{
int a __nogc[34]; is this but on the stack or the heap?
};