classes with optional parameters

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How to writes classes or functions with optinal parameters in c# ot vb.net?
 
* "=?Utf-8?B?Z2FlbA==?= said:
How to writes classes or functions with optinal parameters in c# ot vb.net?

C# doesn't support optional parameters, you will have to create multiple
overloaded versions of the function.
 

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.

Ask a Question

Back
Top