to avoid interop problems. For instance, VB.NET supports the concept of
optional parameters, C# doesn't. While it is possible to call these
methods from C#, it get's kind of ugly - so, it is better to use
function overloading instead of optional parameters if you plan on using
the dll across both languages.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.