Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
null arguments
Alex 0
20y
2.1k
1
Reply
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.
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
String
True Platform Independence?