1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

We want to be able to pass ints where long is expected. Adding Int64 to inherits had some unpleasant side effects

This commit is contained in:
Kevin Glynn 2011-02-28 20:27:14 +01:00
parent e4600b7885
commit 52d9b3b5a7

View File

@ -17,6 +17,7 @@
<Type>System.IComparable</Type>
<Type>System.IFormattable</Type>
<Type>System.IConvertible</Type>
<!--<Type>System.Int64</Type> (how to treat ints as longs when necessary)-->
</Inherits>
<Methods>
<Method>