0
votes
1answer
179 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 which it's possible to …
