Hi All! Can somebody explain me why the following code throws MissingMethodException? I tested it with .Net it worked fine. And Int32 implements CompareTo -method.
Type t = typeof (Int32);
t.InvokeMember ("CompareTo", BindingFlags.Default | BindingFlags.InvokeMethod,
null, 16, new object [] {1});
Ville
_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
