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