试题详情

现有C#方法定义为public void function1(int parameter1) {…省略…},在该方法中可使用的return语句正确格式是()

Areturn 1;

Breturn parameter1;

Creturn function1;

Dreturn;