multicast delegate
常见例句
- 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.
广播 委托维护它所绑定到的方法的调用列表。 - When overridden in a derived class, gets a value indicating whether the event delegate is a multicast delegate.
在衍生类别中覆写时,取得指示事件委派是否为多点传送委派的值。 返回 multicast delegate