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

support implicit casts (from int to long for example) by adding them to inherits list

This commit is contained in:
Kevin Glynn 2011-09-02 10:38:30 +02:00
parent ef0ad44d08
commit f6683a0c84

View File

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