|
The new dynamic feature in Visual Basic 2010 let's you mix late-bound code in with statically typed code ie. you combine early and late binding in the same code. The dynamic feature uses the Dynamic Language Runtime (DLR) for caching and dynamic dispatch...
|