GameCTO / luainterface

Automatically exported from code.google.com/p/luainterface
0 stars 0 forks source link

Issue 26 Reoponed #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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