|
|
Handling optional parameters in C# |
|
|
Lamont Adams |
|
|
ASP.NET / Scripting Techniques |
|
|
Click to Visit |
|
|
9563 |
Handling optional parameters in C# is an article which provides you some information about using the optional parameters in the user defined functions of C#. You can accomplish this operation by creating a class that encapsulates all the possible arguments a method could receive, and pass an instance of that class to the method.
|