E
Edward Diener
I need to pass a pointer to 'int' as a parameter in a managed module to a
managed member function. I am assuming I need to box my value. Is this true,
or can I just pass the address of my variable ? The variable needs to
conform to CLS specifications.
managed member function. I am assuming I need to box my value. Is this true,
or can I just pass the address of my variable ? The variable needs to
conform to CLS specifications.