Error on pg. 183, Multicast Delegates
The line "Multicast delegates recognize the operators + and +=."
Shouldn't that read: "Multicast delegates recognize the operators -= and +=." ??
Aren't multicast delegates conceptually identical to a named collection of methods? If you can add methods with += and remove methods from a delegate with -=, doesn't that make a delegate a container, a list?
Thanks, David
|