when the multicast delegate is called, it invokes the delegates in the list, in order.
在呼叫多点传送的委派时它会叫用委派,顺序]在清单中。
by default, the backing-store field for an event declaration is a multicast delegate that serially combines all the event handlers.
默认情况下,事件声明的后备存储字段是一个依次组合所有事件处理程序的多路广播委托。
a multicast delegate maintains an invocation list of the methods it is bound to.
广播委托维护它所绑定到的方法的调用列表。
i can now implement and support a multicast delegate much easier in one single delegate class definition.
我现在可以实施和支持多播委托多,单一的委托类的定义更加容易。
a multicast delegate differs from a regular delegate in that it can contain references to more than just one method.
多点传送委派不同于一般委派,因为它可以包含对一个以上方法的参考。
the multicast delegate contains a list of the assigned delegates.
多点传送的委派包含一份指定的委派。
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.
取消订阅事件之前,发行物件内事件底层的多点传送委派会参考封装订阅者之事件处理常式的委派。