<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>When does the compiler dispatch a call dynamically?</title><link>http://blogs.msdn.com/b/alexghi/archive/2010/01/04/when-does-the-compiler-dispatch-a-call-dynamically.aspx</link><description>There are 2 cases when a call will be dispatched dynamically: 
 
 When the receiver of the call is statically typed as dynamic 
 
 1: dynamic d = new MyClass (); 2: d.Foo(); 
 When any of the arguments to the call are statically typed as dynamic</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator></channel></rss>