merge -r 61110:61111
[mono.git] / mcs / class / Microsoft.JScript / Microsoft.JScript / COMMethodInfo.cs
index c6036f103061f07a0960531fc8914f8823a65e47..243cb0b19fe1948c6ade1768375c9227eda46f9a 100644 (file)
@@ -110,5 +110,12 @@ namespace Microsoft.JScript {
                protected COMMemberInfo _comObject;
                protected string _name;
                protected static readonly ParameterInfo [] EmptyParams;
+
+#if NET_2_0
+               public sealed override Type [] GetGenericArguments ()
+               {
+                       throw new NotImplementedException ();
+               }
+#endif
        }
 }