S
Smugsboy
Hello,
I would like to know the managed C++ syntax of the following method
(defined in C#):
void temp(out byte[] byteArr).
I tried something like:
void temp([Out] byte byteArr __gc[])
But it didn't work.
Thanks,
I would like to know the managed C++ syntax of the following method
(defined in C#):
void temp(out byte[] byteArr).
I tried something like:
void temp([Out] byte byteArr __gc[])
But it didn't work.
Thanks,