Hi,
Wondering if we could have the API reference Microsoft.CSharp? My reason for this is so that I may use the dynamic type. Without it, this appears in console:
Wondering if we could have the API reference Microsoft.CSharp? My reason for this is so that I may use the dynamic type. Without it, this appears in console:
Error while compiling: GUIAnnouncements.cs(1703,13): error CS1969: Dynamic operation cannot be compiled without `Microsoft.CSharp.dll'
Would be handy in my particular scenario where I have two possible types being passed to a method parameter, and I need to be able to compile the type during runtime to tell the difference between the two while accessing the methods and properties within the types.
Thanks for considering :D