A Armin Zingler Dec 2, 2003 #2 gael said: How to writes classes or functions with optinal parameters in c# ot vb.net? Click to expand... http://msdn.microsoft.com/library/en-us/vbcn7/html/vaconOptionalArgs.asp
gael said: How to writes classes or functions with optinal parameters in c# ot vb.net? Click to expand... http://msdn.microsoft.com/library/en-us/vbcn7/html/vaconOptionalArgs.asp
H Herfried K. Wagner [MVP] Dec 2, 2003 #3 * "=?Utf-8?B?Z2FlbA==?= said: How to writes classes or functions with optinal parameters in c# ot vb.net? Click to expand... C# doesn't support optional parameters, you will have to create multiple overloaded versions of the function.
* "=?Utf-8?B?Z2FlbA==?= said: How to writes classes or functions with optinal parameters in c# ot vb.net? Click to expand... C# doesn't support optional parameters, you will have to create multiple overloaded versions of the function.