HI

I want to call the following constructor via the embedded API:

public CloudClient(Func<string, string> filePathCallback)
 
All my other embedded method and constructor calls work okay but there is an 
issue with this one - it is the only place I use a System.Func<T>.
The API reports that a method cannot be found for signature 
.ctor(System.Func`2<string, string>)
When I dump out the class method names I see .ctor(System.Func`2<string, 
string>) listed.

Any ideas on this one?

Thanks a lot

Jonathan
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to