On 11.07.2013 15:53, mugginsoft wrote:
Robert Jordan wrote
This must be
":ToList(System.Collections.Generic.IEnumerable`1)"

Hmm. This still aborts with me.

Now I see why: you're using mono_class_get_method_from_name ()
and this function expects nothing more than the simple method name.

Try mono_class_get_method_from_name ("ToList", 1) or create
a descriptor from ":ToList(System.Collections.Generic.IEnumerable`1)".

Robert

_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to