CLOSE FULL VIEW
Statically Dynamic Typing
Recorded at:
Community comments
Does it include dynamic method calls?
by
Chris Altman
Posted
Does it include dynamic method calls?
by
Chris Altman
There are some times when I'm not sure if I am going to call .Add() or .Subtract() on an object until runtime. Rather than building a dynamic method that is wrapped in an switch statement to call the appropriate object method. I'd still like to be able to, for example, call Invoke("Add", 10, 20).
Hopefully that makes sense.
Hopefully that makes sense.




Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think