3
Answers

null arguments

Alex 0

Alex 0

20y
2.1k
1
In VB you can pass Nothing to arguments when you are not interested in the return value e.g.: MySub(intNumber, Nothing, Nothing) Is there an equivalent in C#? The following does not compile: MySub(intNumber, null, null); Cheers, Alex.
Answers (3)
Next Recommended Forum