單項選擇題

您需要寫一個接收日期參數(shù)的多播委托,您應該使用哪一個代碼片段() //委托就是一個方法,題目沒有返回值。

A.public delegate int PowerDeviceOn(bool result, DateTime autoPowerOff);
B.public delegate bool PowerDeviceOn(object sender, EventArgs autoPowerOff);
C.public delegate void PowerDeviceOn(DateTime autoPowerOff);
D.public delegate bool PowerDeviceOn(DateTime autoPowerOff);

微信掃碼免費搜題