C#. Dynamic

Dynamic – key word, specialized form of object.

limitations – doesn’t work to lambda, doesn’t work to extension methods

when to use?

  • reflection late binding methods
  • COM

code examples

 

Late binding example – 2 examples – with dynamic key word and without

 

 

This entry was posted in C#. Bookmark the permalink.