码迷,mamicode.com
首页 > Windows程序 > 详细

C#声明方法,不参数数目时

时间:2020-04-16 19:48:37      阅读:90      评论:0      收藏:0      [点我收藏+]

标签:wrr   OLE   for   reac   div   ams   stat   声明   color   

 class TestClass
{
public static void test(params int[] array) { string s;foreach (int i in array) { Console.WrriteLine(i); } } }

public static void Main(string[] args) { TestClass.test("a","b","c","d"); }

 

C#声明方法,不参数数目时

标签:wrr   OLE   for   reac   div   ams   stat   声明   color   

原文地址:https://www.cnblogs.com/my2020/p/12714909.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!