相关考题
-
单项选择题
You need to write a code segment that will create a common language runtime (CLR) unit of isolation within an application.Which code segment should you use?()
A.A
B.B
C.C
D.D -
单项选择题
您正在创建一个撤消缓冲区存储数据的修改,您首先必须确保撤消功能复原大部分最近修改的数据,您还需要确保撤消缓冲区,只允许存储字符串。您应该使用哪一个代码段?()
A.
B.
C.
D. -
单项选择题
您需要写一个接收日期参数的多播委托,您应该使用哪一个代码片段() //委托就是一个方法,题目没有返回值。
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);
