The multicast delegate contains a list of the assigned delegates.
多点传送的委派包含一份指定的委派。
Inside a multicast delegate invocation, each target is called in succession.
在多播委托的内部,每个对象会被连续的调用。
A multicast delegate maintains an invocation list of the methods it is bound to.
广播委托维护它所绑定到的方法的调用列表。
The- operator can be used to remove a component delegate from a multicast delegate.
运算符可用于从多播委托中移除组件委托。
When the multicast delegate is called, it invokes the delegates in the list, in order.
在呼叫多点传送的委派时它会叫用委派,顺序在清单中。
I can now implement and support a multicast delegate much easier in one single delegate class definition.
我现在可以实施和支持多播委托多,单一的委托类的定义更加容易。
Multicast delegates wrap all the functions that have been added to the delegate in a single function call.
多播委托将添加给委托的所有方法包装在一个单独的方法调用里面。
When overridden in a derived class, gets a value indicating whether the event delegate is a multicast delegate.
在衍生类别中覆写时,取得指示事件委派是否为多点传送委派的值。
A multicast delegate differs from a regular delegate in that it can contain references to more than just one method.
多点传送委派不同于一般委派,因为它可以包含对一个以上方法的参考。
By default, the backing-store field for an event declaration is a multicast delegate that serially combines all the event handlers.
默认情况下,事件声明的后备存储字段是一个依次组合所有事件处理程序的多路广播委托。
Until you unsubscribe from an event, the multicast delegate that underlies the event in the publishing object has a reference to the delegate that encapsulates the subscriber's event handler.
取消订阅事件之前,发行物件内事件底层的多点传送委派会参考封装订阅者之事件处理常式的委派。
Until you unsubscribe from an event, the multicast delegate that underlies the event in the publishing object has a reference to the delegate that encapsulates the subscriber's event handler.
取消订阅事件之前,发行物件内事件底层的多点传送委派会参考封装订阅者之事件处理常式的委派。
应用推荐