2009-10-23 Marek Safar <marek.safar@gmail.com>
[mono.git] / mcs / class / dlr / Runtime / Microsoft.Scripting.Core / Actions / InvokeBinder.cs
index c446ba0e1cf6180bed4efacc6c941b06371a2aa0..6530cc06ef01713a580ca8fb83ff594ae2719595 100644 (file)
  *
  *
  * ***************************************************************************/
-using System; using Microsoft;
 
-
-#if CODEPLEX_40
 using System.Dynamic.Utils;
-#else
-using Microsoft.Scripting.Utils;
-#endif
 
-#if CODEPLEX_40
 namespace System.Dynamic {
-#else
-namespace Microsoft.Scripting {
-#endif
 
     /// <summary>
     /// Represents the invoke dynamic operation at the call site, providing the binding semantic and the details about the operation.