M
Marcus Kwok
Is there a difference between using the C++ keyword "void" and using
"System::Void" when specifying parameters and return types? Is there a
preference when choosing between the two? In the code I'm working on,
the original author uses both, and I don't understand if there is a
specific reason to choose one over the other in certain situations.
"System::Void" when specifying parameters and return types? Is there a
preference when choosing between the two? In the code I'm working on,
the original author uses both, and I don't understand if there is a
specific reason to choose one over the other in certain situations.