Closed GoogleCodeExporter closed 9 years ago
I've implemented your fix for out parameters into the code, thanks for
submitting!
Will have to look a little further into your fast invoker code a little later
on.
Original comment by capre...@gmail.com
on 8 Aug 2011 at 9:24
Hi,
The latest modification doesn't work for me.
this line is bad :
IsReturnVoid = string.Compare(mi.ReturnType.Name, "System.Void", true) == 0;
because the name is "Void" and not "System.Void"
must i remplace "Name" by "FullName" or "System.Void" by "Void" ?
Thanks in advance
Original comment by maxime.m...@gmail.com
on 26 Oct 2011 at 2:15
sorry,should be "Void"
Original comment by isSin...@gmail.com
on 29 Oct 2011 at 5:19
Original issue reported on code.google.com by
isSin...@gmail.com
on 10 Sep 2010 at 4:04