|
|
Using Params Keyword |
|
|
Sriram Vaideeswaran |
|
|
ASP.NET / Scripting Techniques |
|
|
Click to Visit |
|
|
952 |
This is an useful tutorial through which you can know about the use of the param keyword of C#. Param keyword is used to pass variable number of arguments to a function. The param keyword of C# is similar to the ParamArray of the Visual Basic. The param should be the last argument in the argument list of a function. The author explains it with a sample program.
|