2003-11-14 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / corlib / System.Reflection / Binder.cs
index c1a914fc729b101dd3980f79f24c0cd8f4331681..1c930654f7e6663cdea0daaddf4faba7b4715ae5 100644 (file)
@@ -6,10 +6,12 @@
 // (C) Ximian, Inc. 2001 - 2002
 
 using System.Globalization;
+using System.Runtime.InteropServices;
 
 namespace System.Reflection
 {
        [Serializable]
+       [ClassInterface(ClassInterfaceType.AutoDual)]
        public abstract class Binder
        {
                protected Binder () {}