My situation is very simple. Somewhere in my code I have this: dynamic myVariable = GetDataThatLooksVerySimilarButNotTheSame(); //How to do this? if (…
c# dynamic dynamic-keywordI am trying to learn all the new goodies that come with C# 4.0. I am failing to understand the differences …
c#-4.0 expandoobject dynamicobject dynamic-keyword