N
Neil Zanella
Hello,
It seems that in C# arrays are always created on the heap. This seems
like it could prove somewhat inefficient in some situations. I would
like to know whether it is possible to create an array on the stack
in C# as it is possible in C and C++.
Thanks,
Neil
It seems that in C# arrays are always created on the heap. This seems
like it could prove somewhat inefficient in some situations. I would
like to know whether it is possible to create an array on the stack
in C# as it is possible in C and C++.
Thanks,
Neil