| 1. | How to : combine delegates multicast delegates 如何:合并委托(多路广播委托) |
| 2. | Multicast delegates are used extensively in event handling 多路广播委托广泛用于事件处理中。 |
| 3. | Delegate and multicast delegate support 委托和多路广播委托支持: |
| 4. | This example demonstrates how to compose multicast delegates 本示例演示如何组合多路广播委托。 |
| 5. | True if the delegate is an instance of a multicast delegate ; otherwise , 如果该委托是多路广播委托的实例,则为 |
| 6. | Provides an example that demonstrates how to compose multicast delegates 提供一个示例,演示如何撰写多路广播委托。 |
| 7. | Determines whether this multicast delegate and a specified object are equal 确定此多路广播委托与指定的对象是否相等。 |
| 8. | Determines whether this multicast delegate and the specified object are equal 确定此多路广播委托和指定的对象是否相等。 |
| 9. | Returns the invocation list of this multicast delegate , in invocation order 按照调用顺序返回此多路广播委托的调用列表。 |
| 10. | A multicast delegate maintains an invocation list of the methods it is bound to . the multicast delegate supports a 多路广播委托维护它所绑定到的方法的调用列表。 |