C# params allows you to design a method which accepts variable number of parameters. These parameters are stored in an array and available to called method.
確定! 回上一頁