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:
parent
ef0ad44d08
commit
f6683a0c84
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user