Quantcast
Channel: C# 4 – theburningmonk.com
Viewing all articles
Browse latest Browse all 10

.Net Tips – Make sure the runtime types match when combining delegates

$
0
0
Tweet In C#, it’s possible to combine two delegates, A and B to create a new multicast delegate, C:   When the multicast delegate is executed, the combined delegates are executed in order as you can see from the example above. But before you can start mix and matching your delegates like a kid in

Viewing all articles
Browse latest Browse all 10

Trending Articles