multiple-target delegate的意思|示意
多个目标的委托
multiple-target delegate的网络常见释义
多目标委托 ...中"邪恶的方法"会通过下面的代码生效: #define (FASTDELEGATE_USESTATICFUNCTIONHACK) 多目标委托(multiple-target delegate)及其扩展 使用委托的人可能会想使委托调用多个目标函数,这就是多目标委托(multiple-target delegate),也称作多播委托(multi...
multiple-target delegate相关例句
While the target variable is guaranteed to be only assigned once, the delegate may be called by multiple concurrent threads unless a synchronization object is passed in.
这保证了目标变量只会设置一次。不过,如果没有使用同步对象的话,委托可能会被几个并发线程调用多次。