I was wondering if anyone could tell me the raw code equivalent to the += operator for adding a method to an event. I am curious to how it it works from a technical standpoint.
|
feedback
|
|
An
Internally, the event could do anything; there are 2 common cases:
With a delegate, it effectively uses
With an
| |||
|
feedback
|