A Delegate that points to more than one method is called a Multicast Delegate. Multicasting is achieved by using + and += operator.
No comments