Tagged Questions

0
votes
1answer
175 views

Emulate IDispatchEx in C#

C# 3.0 Extension methods add extensions to the base Type making calling that method on all instances of that Type legal. Now, JavaScript I know implements IDispatchEx through whic …