Click here to Skip to main content
15,881,852 members
Articles / Programming Languages / C#

C# And Accepting Parameters

Rate me:
Please Sign up or sign in to vote.
4.29/5 (15 votes)
9 Jul 2009CC (ASA 2.5)1 min read 61.7K   30  
C# offers a few additional keywords to allow you to accept multiple parameters for a method. This post goes over using the 'params' keyword and the evil '__arglist' keyword.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Creative Commons Attribution-ShareAlike 2.5 License


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions