classes with optional parameters

  • Thread starter Thread starter Guest
  • Start date Start date
* "=?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.
 
Back
Top