Hi,
The latest modification (for issue 26 resolution) 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 issue reported on code.google.com by maxime.m...@gmail.com on 27 Oct 2011 at 6:09
Original issue reported on code.google.com by
maxime.m...@gmail.com
on 27 Oct 2011 at 6:09