params « Language Basics « C# / C Sharp






1.Params Array
2.Normal parameter and params parameters
3.Check the array length for params parameters
4.use the params feature to write functions which accept a variable number of arguments
5.Use params to mark parameter