[Mono-list] Embedded API: Method signature not found with generic parameter
Robert Jordan
robertj at gmx.net
Thu Jul 11 13:36:37 UTC 2013
On 11.07.2013 15:31, mugginsoft wrote:
> Robert Jordan wrote
>> It works for me using both mono_class_get_method_from_name ()
>> and mono_method_desc_search_in_class ().
>
> I am still having issues:
> // get the method
> const char *methodName =
> ":ToList<TSource>(System.Collections.Generic.IEnumerable`1)";
This must be
":ToList(System.Collections.Generic.IEnumerable`1)"
Robert
More information about the Mono-list
mailing list